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
2
3
4
5
6
7
8
2
3
4
5
6
7
8