Index Tree Node
IndexTreeNode is the node of IndexTree. It is used to represent the document of text-based editors.
Properties
Functions
Link copied to clipboard
Clones the element node with the given issueTimeTicket lambda and value.
Link copied to clipboard
Link copied to clipboard
getChildrenText
returns text value of all text type children.
Link copied to clipboard
Inserts the newNode after the targetNode.
Link copied to clipboard
Inserts the newNode before the targetNode.
Link copied to clipboard
Removes the given child.
Link copied to clipboard
Link copied to clipboard
Updates the size of the ancestors. It is used when the size of the node is changed.
Link copied to clipboard
Updates the size of the descendants. It is used when the tree is newly created and the size of the descendants is not calculated.