Interface for a class TreeSettings
boolean
Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.
string
Specifies the action on which the node expands or collapses. The available actions are,
Auto
- In desktop, the expand/collapse operation happens when you double-click the node, and in mobile devices it
happens on single-click.Click
- The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.DblClick
- The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.None
- The expand/collapse operation will not happen when you single-click or double-click the node in both desktop
and mobile devices. boolean
By default, the load on demand (Lazy load) is set to false. By disabling this property, all the tree nodes are rendered at the beginning itself.