Documentation

layout()

Sets the layout options for the container, using UIContainer.layout.

layout(layout: BindingOrValue<UIContainer.Layout | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related