flexlayout-react
    Preparing search index...

    Interface IJsonSubLayout

    interface IJsonSubLayout {
        layout: IJsonRowNode;
        name?: string;
        rect?: IJsonRect;
        type?: ILayoutType;
    }

    Hierarchy (View Summary)

    Index
    layout: IJsonRowNode
    name?: string

    the name of the sub layout, e.g. as shown in the model explorer

    Default: undefined

    rect?: IJsonRect