Function: bumpIntoBoundsHandler()
function bumpIntoBoundsHandler(workspace): (p1) => void;
Defined in: packages/blockly/core/bump_objects.ts:94
Creates a handler for bumping objects when they cross fixed bounds.
Parameters
| Parameter | Type | Description |
|---|---|---|
workspace | WorkspaceSvg | The workspace to handle. |
Returns
The event handler.
(p1) => void