Events.Selected class
Class for a selected event. Notifies listeners that a new element has been selected.
Signature:
export declare class Selected extends UiBase
Extends: UiBase
Constructors
Constructor | Modifiers | Description |
|---|---|---|
(constructor)(opt_oldElementId, opt_newElementId, opt_workspaceId) | Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) The id of the newly selected selectable element, or undefined if unselected. | ||
string | (Optional) The id of the last selected selectable element. | ||
EventType |
Methods
Method | Modifiers | Description |
|---|---|---|
Encode the event as JSON. |