Home > blockly > IFocusableNode > getFocusableTree
IFocusableNode.getFocusableTree() method
Returns the closest parent tree of this node (in cases where a tree has distinct trees underneath it), which represents the tree to which this node belongs.
Signature:
getFocusableTree(): IFocusableTree;
Returns:
The node's IFocusableTree.