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

    Interface SmeupSch

    Smeup data structure

    interface SmeupSch {
        actions?: SmeupAction[];
        buttons?: SmeupDataNode[];
        debugInfo?: DebugInfo;
        dynamisms?: RawDynamism[];
        id?: string;
        info?: string;
        layout?: string;
        laySetup?: any;
        messages?: SmeupMessage[];
        sections: SmeupSchSection[];
        setup?: SmeupSetup<ComponentOptions>;
        styles?: SmeupStyle[];
        title: string;
        type: SmeupScheda;
        variables?: SmeupVariable[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: SmeupAction[]
    buttons?: SmeupDataNode[]
    debugInfo?: DebugInfo
    dynamisms?: RawDynamism[]
    id?: string
    info?: string
    layout?: string
    laySetup?: any

    other setup: for example "Menu", left menù

    messages?: SmeupMessage[]
    sections: SmeupSchSection[]
    styles?: SmeupStyle[]
    title: string
    variables?: SmeupVariable[]