Replaces the selection with nodeIds.
nodeIds
This is intended for app-driven selection UIs (layers panel, object list).
void setSelection(Iterable<NodeId> nodeIds) { _sceneCommands.setSelection(nodeIds); }