Class for a viewport change event.
Optionalopt_top: numberTop-edge of the visible portion of the workspace, relative to the workspace origin. Undefined for a blank event.
Optionalopt_left: numberLeft-edge of the visible portion of the workspace, relative to the workspace origin. Undefined for a blank event.
Optionalopt_scale: numberThe scale of the workspace. Undefined for a blank event.
Optionalopt_workspaceId: stringThe workspace identifier for this event. Undefined for a blank event.
Optionalopt_oldScale: numberThe old scale of the workspace. 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 old scale of the workspace.
Sets whether the event should be added to the undo stack.
The scale of the workspace.
Type of this event.
Left-edge of the visible portion of the workspace, relative to the workspace origin.
Top-edge of the visible portion of the workspace, relative to the workspace origin.
The workspace identifier for this event.
Fake class which should be extended to avoid inheriting static properties