Blockly. ISelectable
interface static
The interface for an object that is selectable.
Properties
id
string
isDeletable
Get whether this object is deletable or not.
- Inherited from
- Blockly.IDeletable#isDeletable
- Returns
-
True if deletable.
isMovable
Get whether this is movable or not.
- Inherited from
- Blockly.IMovable#isMovable
- Returns
-
True if movable.
select
Select this. Highlight it visually.
- Returns
-
void
unselect
Unselect this. Unhighlight it visually.
- Returns
-
void