Class for a marker move event.
Optionalopt_block: Blockly.BlockThe affected block. Null if current node is of type workspace. Undefined for a blank event.
OptionalisCursor: booleanWhether this is a cursor event. Undefined for a blank event.
Optionalopt_oldNode: Blockly.ASTNodeThe old node the marker used to be on. Undefined for a blank event.
Optionalopt_newNode: Blockly.ASTNodeThe new node the marker is now on. Undefined for a blank event.
The workspace identifier for this 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 this is a cursor event.
Whether or not the event is a UI event.
The new node the marker is now on.
The old node the marker used to be on.
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