Home > ILIB_ExtendLibraryDeviceFunctions
ILIB_ExtendLibraryDeviceFunctions interface
外部库器件方法
签名
typescript
export interface ILIB_ExtendLibraryDeviceFunctions extends ILIB_ExtendLibraryFunctions1
扩展自:ILIB_ExtendLibraryFunctions
属性
属性名 | 修饰符 | 类型 | 描述 |
|---|---|---|---|
(props: ILIB_ExtendLibrarySearchProperty<{ attributes?: { [key: string]: string; }; symbolType?: ELIB_SymbolType; }>) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItemIndex & { classification?: ILIB_ExtendLibraryClassificationIndex; symbol?: ILIB_ExtendLibraryItem & { symbolType: ELIB_SymbolType; }; footprint?: ILIB_ExtendLibraryItem; model3d?: ILIB_ExtendLibraryItem; value?: string; supplierPart?: string; manufacturer?: string; description?: string; }>> | |||
() => Promise<Array<ELIB_SymbolType>> | 获取支持的符号类型 |