|
|
@ -165,7 +165,7 @@ export interface InsertNodeParams { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export interface TreeActionType { |
|
|
|
export interface TreeActionType { |
|
|
|
treeData: Ref<TreeDataItem[]> |
|
|
|
getTreeData: () => Ref<TreeDataItem[]> |
|
|
|
checkAll: (checkAll: boolean) => void |
|
|
|
checkAll: (checkAll: boolean) => void |
|
|
|
expandAll: (expandAll: boolean) => void |
|
|
|
expandAll: (expandAll: boolean) => void |
|
|
|
setExpandedKeys: (keys: KeyType[]) => void |
|
|
|
setExpandedKeys: (keys: KeyType[]) => void |
|
|
|