Home > blockly > Flyout > show
Flyout.show() method
Show and populate the flyout.
Signature:
show(flyoutDef: toolbox.FlyoutDefinition | string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| flyoutDef | toolbox.FlyoutDefinition | string | Contents 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