Get available height
Get the root node
Get available width
Add a child node to a parent
Optionalindex: numberForce immediate layout computation
Create and add a new node
Optionalstyle: Partial<LayoutNode["style"]>Optionaloptions: {Dispose the tree and clear all nodes
Find nodes matching a predicate
Get the number of dirty nodes
Check if any nodes are dirty
Enable or disable debug mode
Update available dimensions
Traverse the tree depth-first
OptionalstartNode: LayoutNode
Manages a tree of LayoutNodes with dirty tracking and batched updates.