Home > ILIB_ExtendLibrarySymbolFunctions > getList
ILIB_ExtendLibrarySymbolFunctions.getList property
Signature
typescript
getList: (props: ILIB_ExtendLibrarySearchProperty<{
symbolType?: ELIB_SymbolType;
}>) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & {
symbolType: ELIB_SymbolType;
}>>;1
2
3
4
5
2
3
4
5