selectAllChildren method
The Selection.selectAllChildren()
method adds all the
children of the specified node to the selection. Previous selection is
lost.
Implementation
external void selectAllChildren(Node node);
The Selection.selectAllChildren()
method adds all the
children of the specified node to the selection. Previous selection is
lost.
external void selectAllChildren(Node node);