Home > ILIB_ExtendLibraryDeviceFunctions
ILIB_ExtendLibraryDeviceFunctions interface
外部库器件方法
Signature
typescript
export interface ILIB_ExtendLibraryDeviceFunctions extends ILIB_ExtendLibraryFunctions1
Extends: ILIB_ExtendLibraryFunctions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(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>> | 获取支持的符号类型 |