NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/data-set/lib/api/hierarchy.d.ts
2023-09-14 14:47:11 +08:00

7 lines
128 B
TypeScript

export interface HierarchyApi {
root?: any;
getAllNodes(): any[];
getAllLinks(): any[];
getAllEdges(): any[];
}