showRootHandle([show])

Class: Tree.

Description:

Sets or gets visibility of a root node handle (the one that's used to expand/collapse the node to show/hide child nodes).

Parameters:

Name Type Description

[show]

boolean

true to show, false to hide.

Returns:

If no arguments are passed, current value is returned; otherwise this Tree component is returned for method chaining.

Type: boolean | Tree