TheClashFruit's Docs

Layout

Either a HorizontalLayout or a VerticalLayout.

Example

<HorizontalLayout gap="8">
  <!-- ... -->
</HorizontalLayout>
<VerticalLayout>
  <!-- ... -->
</VerticalLayout>

Attributes

AttributeTypeDescription
position(int; int)The position of the layout in the menu.
gapintThe gap between the elements in the layout.

* Required.