Skip to main content

blockly > VerticalFlyout > layout_

VerticalFlyout.layout_() method

Lay out the blocks in the flyout.

Signature:

protected layout_(contents: FlyoutItem[]): void;

Parameters

Parameter

Type

Description

contents

FlyoutItem[]

The flyout items to lay out.

Returns:

void