Column Layout interface

Hierarchy

Properties

Classes: string[]

Additional CSS classes to add to the control.

ColumnPadding: string

The column padding to use. See https://bulma.io/documentation/columns/gap/

ColumnsPerRow: number

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:

  • 1 column
  • 2 columns
  • 3 columns
  • 4 columns
  • 6 columns
  • 12 columns
Enabled: boolean

Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.

Id: string

The id of the UI element.

IsMultiline: boolean

Flag indicating that the columns should wrap if there is not enough space. See https://bulma.io/documentation/columns/options/#multiline

IsVerticalAligned: boolean

Flag indicating that the columns should be vertically aligned. See https://bulma.io/documentation/columns/options/#vertical-alignment

Items: MEUIBase[]

The UI elements which are children of this UI element.

Name: string

Name of the UI element. For form fields that would be the name otherwise used for reference only.

ParentClasses: string[]

Additional CSS classes to add to the parent control when supported.

StandardClasses: string[]

The standard classes of the control. Modify this property only if you know what you are doing.

Tags: string[]

Tags for the UI element. Used for reference only.

TextDirection: TextFieldTextDirection

The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.

ToolTip?: string

Tooltip text of the UI element.

Type: "ColumnLayout"

The type of the UI element. Always "ColumnLayout".

Visible: boolean

Visibility flag of the UI element. When not visible it will be hidden from the UI.

Methods

  • Adds one or more items to the column layout.

    Parameters

    • Rest ...items: MEUIBase[]

      The items to add.

    Returns void

  • Removes a single item from the column layout.

    Parameters

    Returns void

Generated using TypeDoc