Additional CSS classes to add to the control.
The column padding to use. See https://bulma.io/documentation/columns/gap/
The columns per row to use. Results in the columns as shown here: https://bulma.io/documentation/columns/sizes/#12-columns-system Note that the following values are allowed:
Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.
Readonly
IdThe id of the UI element.
Flag indicating that the columns should wrap if there is not enough space. See https://bulma.io/documentation/columns/options/#multiline
Flag indicating that the columns should be vertically aligned. See https://bulma.io/documentation/columns/options/#vertical-alignment
The UI elements which are children of this UI element.
Name of the UI element. For form fields that would be the name otherwise used for reference only.
Additional CSS classes to add to the parent control when supported.
The standard classes of the control. Modify this property only if you know what you are doing.
Tags for the UI element. Used for reference only.
The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.
Optional
ToolTooltip text of the UI element.
Readonly
TypeThe type of the UI element. Always "ColumnLayout".
Visibility flag of the UI element. When not visible it will be hidden from the UI.
Adds one or more items to the column layout.
Rest
...items: MEUIBase[]The items to add.
Removes a single item from the column layout.
The item to remove.
Generated using TypeDoc
Column Layout interface