the root node of the tree, can be a single node or an array of nodes
the key of the node to check
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 key name of the node in the tree structure, default value is KEY_NAME='key'
the child key name of the child node in the tree structure, default value is CHILDREN_NAME='children'
node | null
Generated using TypeDoc
change the determine node check status to true
Example