ISelectable interface
The interface for an object that is selectable.
Signature:
export interface ISelectable
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | ||
workspace | Workspace |
Methods
Method | Description |
---|---|
select() | Select this. Highlight it visually. |
unselect() | Unselect this. Unhighlight it visually. |