API Reference > ui-components > Tree > TreeActions TreeActions Interface Tree actions that can be performed on tree. Methods Name Description onNodeCheckboxClicked(nodeId: string, newState: CheckBoxState): void onNodeClicked(nodeId: string, event: 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: KeyboardEvent<Element>): void onTreeKeyUp(event: KeyboardEvent<Element>): void Defined in ui/components/src/ui-components/tree/controlled/TreeActions.ts Line 15 Last Updated: 11 June, 2024