blockly > IFlyout > init

IFlyout.init() method

Initializes the flyout.

Signature:

init(targetWorkspace: WorkspaceSvg): void;

Parameters

Parameter Type Description
targetWorkspace WorkspaceSvg The workspace in which to create new blocks.

Returns:

void