Home > ILIB_ExtendLibrarySymbolFunctions
ILIB_ExtendLibrarySymbolFunctions interface
外部库符号方法
签名
typescript
interface ILIB_ExtendLibrarySymbolFunctions extends ILIB_ExtendLibraryFunctions1
扩展自:ILIB_ExtendLibraryFunctions
属性
属性名 | 修饰符 | 类型 | 描述 |
|---|---|---|---|
(props: ILIB_ExtendLibrarySearchProperty<{ symbolType?: ELIB_SymbolType; }>) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & { symbolType: ELIB_SymbolType; }>> | |||
() => Promise<Array<ELIB_SymbolType>> | 获取支持的符号类型 |