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

    Interface LayoutGridCreationOptions

    interface LayoutGridCreationOptions {
        columns?: { weight: number }[];
        name: string;
        width?: ContainerWidth;
    }
    Index

    Properties

    Properties

    columns?: { weight: number }[]
    name: string