blockly > Toolbox > createFlyout_

Toolbox.createFlyout_() method

Creates the flyout based on the toolbox layout.

Signature:

protected createFlyout_(): IFlyout;

Returns:

IFlyout

The flyout for the toolbox.

Exceptions

{Error} If missing a require for Blockly.HorizontalFlyout, Blockly.VerticalFlyout, and no flyout plugin is specified.