blockly > bumpObjects > bumpTopObjectsIntoBounds

bumpObjects.bumpTopObjectsIntoBounds() function

Bumps the top objects in the given workspace into bounds.

Signature:

export declare function bumpTopObjectsIntoBounds(workspace: WorkspaceSvg): void;

Parameters

Parameter Type Description
workspace WorkspaceSvg The workspace.

Returns:

void