blockly > Events > BumpEvent

Events.BumpEvent type

Type of events that cause objects to be bumped back into the visible portion of the workspace.

Not to be confused with bumping so that disconnected connections do not appear connected.

Signature:

export type BumpEvent = BlockCreate | BlockMove | CommentCreate | CommentMove | CommentResize;

References: BlockCreate, BlockMove, CommentCreate, CommentMove, CommentResize