mftsccs-browser 2.2.6-beta → 2.2.7-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ import { Connection } from "../../app";
|
|
|
8
8
|
* @param reverse
|
|
9
9
|
* @returns
|
|
10
10
|
*/
|
|
11
|
-
export declare function FormatFunctionDataForData(connections: Connection[], compositionData
|
|
11
|
+
export declare function FormatFunctionDataForData(connections: Connection[], compositionData?: any[], reverse?: number[]): Promise<any[]>;
|
|
12
12
|
/**
|
|
13
13
|
* ############ Format is data-id and is used for list. ############
|
|
14
14
|
* This is helpful in building a format that has multiple mainCompositions i.e. in the context of the list
|