Home > ILIB_ExtendLibraryFunctions > getClassificationTree
ILIB_ExtendLibraryFunctions.getClassificationTree property
获取分类树
Signature
typescript
getClassificationTree: () => Promise<Array<{ name: string; uuid?: undefined | string; children?: undefined | ({ name: string; uuid?: undefined | string })[] }>>;1