@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface LayoutGrid

    interface LayoutGrid {
        $CreationOptions?: LayoutGridCreationOptions;
        $ID: string;
        $Type: "Pages$LayoutGrid";
        appearance: Appearance;
        conditionalVisibilitySettings: null | ConditionalVisibilitySettings;
        name: string;
        rows: LayoutGridRow[];
        tabIndex: number;
        width: ContainerWidth;
        addLayoutGridRow(
            options: LayoutGridRowCreationOptions,
        ): Promise<LayoutGridRow>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: LayoutGridCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$LayoutGrid"

    The type of the element.

    appearance: Appearance
    conditionalVisibilitySettings: null | ConditionalVisibilitySettings
    name: string
    tabIndex: number

    Methods