Home > ILIB_ExtendLibraryFunctions
ILIB_ExtendLibraryFunctions interface
外部库方法
Signature
typescript
export interface ILIB_ExtendLibraryFunctions1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
() => Promise<Array<{ name: string; uuid?: string; children?: Array<{ name: string; uuid?: string; }> | undefined; }>> | 获取分类树 | ||
(uuid: string) => Promise<any> | 获取详细信息 | ||
(props: ILIB_ExtendLibrarySearchProperty<any>) => Promise<ILIB_ExtendLibrarySearchResult<any>> | 获取列表 |