menu
js_bindings package
documentation
bindings/selection_api.dart
PropsSelection
selectAllChildren method
selectAllChildren method
dark_mode
light_mode
selectAllChildren
method
void
selectAllChildren
(
Node
node
)
Implementation
void selectAllChildren(Node node) => js_util.callMethod(this, 'selectAllChildren', [node]);
js_bindings package
documentation
bindings/selection_api
PropsSelection
selectAllChildren method
PropsSelection extension on
Selection