Represents the selections transformer object
Determines whether the selection has been disabled by another component
the disabled status which is true or false
Checks whether the selection transformer is visible or not
Returns list of selected shapes
array of [[ShapeModel]]
Adds a [[ShapeModel | shape ]] to the selections list
The [[ShapeModel]]
Deselects a shape
The [[ShapeModel]]
Finds and selects multiple shapes
The selector function
editor.board.selection.find(shape => shape.node.getType() === 'Rect')
editor.board.selection.find(shape => shape.node.getId() === '<id>')
Selects one or multiple shapes
The array of [[ShapeModel]]
Removes a filter or list of filters from the selected shapes
The filter names
Toggles a [[ShapeModel | shape]]
The [[ShapeModel]]
Represents list of the selected shapes