Column Layout constructor interface

Hierarchy

  • MEUIColumnLayoutConstructor

Constructors

Constructors

  • Creates a new column layout

    Parameters

    • isMultiline: boolean

      Flag indicating that the columns should wrap if there is not enough space. Default value is false.

    • Optional isVerticalAligned: boolean

      Flag indicating that the columns should be vertically aligned. Default value is false.

    • Optional columnsPerRow: number

      The columns per row to use.

    • Optional columnPadding: number

      The column padding to use.

    Returns MEUIColumnLayout

    A new column layout.

Generated using TypeDoc