API Reference > ui-components > Tree > TreeNodeEditorProps TreeNodeEditorProps Interface Beta Properties for TreeNodeEditor component Properties Name Type Description node TreeModelNode Tree node which is in editing mode. onCancel () => void Callback that is called when editing is canceled. onCommit (node: TreeModelNode, newValue: string) => void Callback that is called when changes are committed. style undefined | React.CSSProperties Editor style. Defined in ui/components/src/ui-components/tree/controlled/component/TreeNodeEditor.tsx Line 16 Last Updated: 13 June, 2024