Home > ILIB_ExtendLibraryCbbFunctions > getList
ILIB_ExtendLibraryCbbFunctions.getList property
签名
typescript
getList: (props: any) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & { schematics?: undefined | ({ uuid: string; name: string; updateTime: string; description?: undefined | string })[]; pcbs?: undefined | ({ uuid: string; name: string; updateTime: number; thumb?: undefined | string; createTime?: undefined | number; creator?: undefined | ILIB_ExtendLibraryUserIndex; modifier?: undefined | ILIB_ExtendLibraryUserIndex; description?: undefined | string })[]; boards?: undefined | { pcbUuid: string; schUuid: string; name: string }[]; sheets?: undefined | ({ uuid: string; name: string; belongSchematicUuid: string; updateTime: number; thumb?: undefined | string; createTime?: undefined | number; creator?: undefined | ILIB_ExtendLibraryUserIndex; modifier?: undefined | ILIB_ExtendLibraryUserIndex; description?: undefined | string })[] }>>;1