TreeActions Interface

Beta

Tree actions that can be performed on tree.

Implemented by

  • TreeEventDispatcher

Properties

Name Type Description
onNodeCheckboxClicked (nodeId: string, newState: CheckBoxState) => void    
onNodeClicked (nodeId: string, event: MouseEvent) => void    
onNodeCollapsed (nodeId: string) => void    
onNodeExpanded (nodeId: string) => void    
onNodeMouseDown (nodeId: string) => void    
onNodeMouseMove (nodeId: string) => void    

Defined in

Last Updated: 08 January, 2020