void selectAllChildren(
Node node
)

Not documented.

Source

@DomName('Selection.selectAllChildren')
@DocsEditable()
void selectAllChildren(Node node) => _blink.BlinkSelection.instance.selectAllChildren_Callback_1_(unwrap_jso(this), unwrap_jso(node));