Blockly. Events
Events fired as a result of actions in Blockly's editor.
Classes
Abstract
Abstract class for an event.
BlockBase
Abstract class for a block event.
BlockChange
Class for a block change event.
BlockCreate
Class for a block creation event.
BlockDelete
Class for a block deletion event.
BlockDrag
Class for a block drag event.
BlockMove
Class for a block move event. Created before the move.
BubbleOpen
Class for a bubble open event.
Click
Class for a click event.
CommentBase
Abstract class for a comment event.
CommentChange
Class for a comment change event.
CommentCreate
Class for a comment creation event.
CommentDelete
Class for a comment deletion event.
CommentMove
Class for a comment move event. Created before the move.
FinishedLoading
Class for a finished loading event. Used to notify the developer when the workspace has finished loading (i.e domToWorkspace). Finished loading events do not record undo or redo.
MarkerMove
Class for a marker move event.
Selected
Class for a selected event.
ThemeChange
Class for a theme change event.
ToolboxItemSelect
Class for a toolbox item select event.
TrashcanOpen
Class for a trashcan open event.
Ui
Class for a UI event.
UiBase
Base class for a UI event. UI events are events that don't need to be sent over the wire for multi-user editing to work (e.g. scrolling the workspace, zooming, opening toolbox categories). UI events do not undo or redo.
VarBase
Abstract class for a variable event.
VarCreate
Class for a variable creation event.
VarDelete
Class for a variable deletion event.
VarRename
Class for a variable rename event.
ViewportChange
Class for a viewport change event.