@sme.up/kokos-sdk-node
    Preparing search index...

    Interface SmeupLayoutSection

    Represent a layout section

    interface SmeupLayoutSection {
        absoluteColumn?: number;
        absoluteHeight?: number;
        absoluteRow?: number;
        absoluteWidth?: number;
        collapsible?: boolean;
        columns?: string;
        content?: SmeupLayoutField[];
        dim?: string;
        gap?: number;
        gridCols?: number;
        gridRows?: number;
        horizontal?: boolean;
        icon?: string;
        id?: string;
        sections?: SmeupLayoutSection[];
        sectionsType?: TAB;
        styleName?: string;
        title?: string;
    }
    Index

    Properties

    absoluteColumn?: number
    absoluteHeight?: number
    absoluteRow?: number
    absoluteWidth?: number
    collapsible?: boolean
    columns?: string
    content?: SmeupLayoutField[]
    dim?: string
    gap?: number
    gridCols?: number
    gridRows?: number
    horizontal?: boolean
    icon?: string
    id?: string
    sections?: SmeupLayoutSection[]
    sectionsType?: TAB
    styleName?: string
    title?: string