Class for a selected event.
Optionalopt_oldElementId: stringThe ID of the previously selected element. Null if no element last selected. Undefined for a blank event.
Optionalopt_newElementId: stringThe ID of the selected element. Null if no element currently selected (deselect). Undefined for a blank event.
Optionalopt_workspaceId: stringThe workspace identifier for this event. Null if no element previously selected. Undefined for a blank event.
The event group id for the group this event belongs to. Groups define events that should be treated as an single action from the user's perspective, and should be undone together.
Whether or not the event is blank (to be populated by fromJson).
Whether or not the event is a UI event.
The id of the selected element.
The id of the last selected element.
Sets whether the event should be added to the undo stack.
Type of this event.
The workspace identifier for this event.
Fake class which should be extended to avoid inheriting static properties