blockly > ISelectable

ISelectable interface

The interface for an object that is selectable.

Signature:

export interface ISelectable extends IDeletable, IMovable 

Extends: IDeletable, IMovable

Properties

Property Modifiers Type Description
id string

Methods

Method Description
select() Select this. Highlight it visually.
unselect() Unselect this. Unhighlight it visually.