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

    Interface SmeupLayout

    LAYOUT Represent the layout of the fields in a form and the adjuntive informations

    interface SmeupLayout {
        absolute?: boolean;
        horizontal?: boolean;
        sections?: SmeupLayoutSection[];
        sectionsType?: TAB;
    }
    Index

    Properties

    absolute?: boolean
    horizontal?: boolean
    sections?: SmeupLayoutSection[]
    sectionsType?: TAB