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