Skip to main content

Home > blockly > IFlyout > show

IFlyout.show() method

Show and populate the flyout.

Signature:

show(flyoutDef: FlyoutDefinition | string): void;

Parameters

ParameterTypeDescription
flyoutDefFlyoutDefinition | stringContents to display in the flyout. This is either an array of Nodes, a NodeList, a toolbox definition, or a string with the name of the dynamic category.

Returns:

void