TreeNodeEditorProps Interface
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 | React.CSSProperties | undefined | Editor style. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.