Home > ILIB_ExtendLibraryCbbFunctions
ILIB_ExtendLibraryCbbFunctions interface
外部库复用模块方法
Signature
export interface ILIB_ExtendLibraryCbbFunctions extends ILIB_ExtendLibraryFunctionsExtends: ILIB_ExtendLibraryFunctions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(props: any) => Promise<ILIB_ExtendLibrarySearchResult<ILIB_ExtendLibraryItem & ILIB_ExtendLibrarySearchResultDataLine & { schematics?: undefined | ({ uuid: string; name: string; updateTime: string; description?: undefined | string })[]; pcbs?: undefined | ({ uuid: string; name: string; updateTime: number; thumb?: undefined | string; createTime?: undefined | number; creator?: undefined | ILIB_ExtendLibraryUserIndex; modifier?: undefined | ILIB_ExtendLibraryUserIndex; description?: undefined | string })[]; boards?: undefined | { pcbUuid: string; schUuid: string; name: string }[]; sheets?: undefined | ({ uuid: string; name: string; belongSchematicUuid: string; updateTime: number; thumb?: undefined | string; createTime?: undefined | number; creator?: undefined | ILIB_ExtendLibraryUserIndex; modifier?: undefined | ILIB_ExtendLibraryUserIndex; description?: undefined | string })[] }>> |