Home > ILIB_ExtendLibraryFootprintFunctions > getList
ILIB_ExtendLibraryFootprintFunctions.getList property
签名
typescript
getList: (props: ILIB_ExtendLibrarySearchProperty<{}>) =>
Promise<
ILIB_ExtendLibrarySearchResult<
ILIB_ExtendLibraryItem & {
classification?: ILIB_ExtendLibraryClassificationIndex;
description?: string;
version?: string;
updateTime?: number;
createTime?: number;
creator?: ILIB_ExtendLibraryUserIndex;
modifier?: ILIB_ExtendLibraryUserIndex;
owner?: ILIB_ExtendLibraryUserIndex;
}
>
>;1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15