Home > ILIB_ExtendLibrarySymbolFunctions
ILIB_ExtendLibrarySymbolFunctions interface
外部库符号方法
Signature
typescript
interface ILIB_ExtendLibrarySymbolFunctions extends ILIB_ExtendLibraryFunctions1
Extends: ILIB_ExtendLibraryFunctions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(props: ILIB_ExtendLibrarySearchProperty<{ symbolType?: ELIB_SymbolType; }>) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & { symbolType: ELIB_SymbolType; }>> | |||
() => Promise<Array<ELIB_SymbolType>> | 获取支持的符号类型 |