TreeActions Interface
Tree actions that can be performed on tree.
Properties
| Name | Type | Description | |
|---|---|---|---|
| onNodeCheckboxClicked | (nodeId: string, newState: CheckBoxState) => void | ||
| onNodeClicked | (nodeId: string, event: React.MouseEvent<Element, MouseEvent>) => void | ||
| onNodeCollapsed | (nodeId: string) => void | ||
| onNodeEditorActivated | (nodeId: string) => void | ||
| onNodeExpanded | (nodeId: string) => void | ||
| onNodeMouseDown | (nodeId: string) => void | ||
| onNodeMouseMove | (nodeId: string) => void | ||
| onTreeKeyDown | (event: React.KeyboardEvent<Element>) => void | ||
| onTreeKeyUp | (event: React.KeyboardEvent<Element>) => void | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.