You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actived | Array | - | Typescript:`Array<TreeNodeValue>` | N
14
14
allowDrop | Function | - | Determine whether the node can execute the drop operation。Typescript:`(context: { e: DragEvent; dragNode: TreeNodeModel<T>; dropNode: TreeNodeModel<T>; dropPosition: number; }) => boolean` | N
15
15
allowFoldNodeOnFilter | Boolean | false | \- | N
16
-
checkProps | Object | - | Typescript:`CheckboxProps`,[Checkbox API Documents](./checkbox?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/tree/type.ts) | N
16
+
checkProps | Object / Function | - | Typescript:`CheckboxProps \| ((node: TreeNodeModel<T>) => CheckboxProps)`,[Checkbox API Documents](./checkbox?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/tree/type.ts) | N
actived | Array | - | `v-model:actived` is supported。Typescript:`Array<TreeNodeValue>` | N
12
12
allowDrop | Function | - | Determine whether the node can execute the drop operation。Typescript:`(context: { e: DragEvent; dragNode: TreeNodeModel<T>; dropNode: TreeNodeModel<T>; dropPosition: number; }) => boolean` | N
13
13
allowFoldNodeOnFilter | Boolean | false | \- | N
14
-
checkProps | Object | - | Typescript:`CheckboxProps`,[Checkbox API Documents](./checkbox?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-vue-next/blob/develop/packages/components/tree/type.ts) | N
14
+
checkProps | Object / Function | - | Typescript:`CheckboxProps \| ((node: TreeNodeModel<T>) => CheckboxProps)`,[Checkbox API Documents](./checkbox?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-vue-next/blob/develop/packages/components/tree/type.ts) | N
actived | Array | - | `.sync` is supported。Typescript:`Array<TreeNodeValue>` | N
12
12
allowDrop | Function | - | Determine whether the node can execute the drop operation。Typescript:`(context: { e: DragEvent; dragNode: TreeNodeModel<T>; dropNode: TreeNodeModel<T>; dropPosition: number; }) => boolean` | N
13
13
allowFoldNodeOnFilter | Boolean | false | \- | N
14
-
checkProps | Object | - | Typescript:`CheckboxProps`,[Checkbox API Documents](./checkbox?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-vue/tree/develop/src/tree/type.ts) | N
14
+
checkProps | Object / Function | - | Typescript:`CheckboxProps \| ((node: TreeNodeModel<T>) => CheckboxProps)`,[Checkbox API Documents](./checkbox?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-vue/tree/develop/src/tree/type.ts) | N
0 commit comments