Home > ILIB_ExtendLibraryCbbFunctions
ILIB_ExtendLibraryCbbFunctions interface
外部库复用模块方法
签名
export interface ILIB_ExtendLibraryCbbFunctions extends ILIB_ExtendLibraryFunctions扩展自:ILIB_ExtendLibraryFunctions
属性
属性名 | 修饰符 | 类型 | 描述 |
|---|---|---|---|
(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 })[] }>> |