selectAllChildren method

void selectAllChildren(
  1. Node node
)

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);