We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809547c commit 5f06992Copy full SHA for 5f06992
packages/machines/tree-view/src/tree-view.props.ts
@@ -26,6 +26,10 @@ export const props = createProps<TreeViewProps>()([
26
"onLoadChildrenComplete",
27
"onLoadChildrenError",
28
"loadChildren",
29
+ "canRename",
30
+ "onRenameStart",
31
+ "onBeforeRename",
32
+ "onRenameComplete",
33
])
34
35
export const splitProps = createSplitProps<Partial<TreeViewProps>>(props)
0 commit comments