the root node of the tree, can be a single node or an array of nodes
change the tree node check status to true/false, default value is true
the checked name of the node in the tree structure, default value is CHECKED_NAME='checked'
the halfChecked name of the node in the tree structure, default value is HALF_CHECKED_NAME='halfChecked'
the child key name of the child node in the tree structure, default value is CHILDREN_NAME='children'
node | null
Generated using TypeDoc
change all tree node check status to true/false
Example