selection property
ReadonlyArray<SceneNode>
get
selection
Implementation
_i4.ReadonlyArray<_i3.SceneNode> get selection => _i5.getProperty(
this,
'selection',
);
set
selection
(ReadonlyArray<SceneNode> value)
Implementation
set selection(_i4.ReadonlyArray<_i3.SceneNode> value) {
_i5.setProperty(
this,
'selection',
value,
);
}