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

    Interface SmeupDataStructure

    Smeup data structure

    interface SmeupDataStructure {
        actions?: SmeupAction[];
        buttons?: SmeupDataNode[];
        debugInfo?: DebugInfo;
        messages?: SmeupMessage[];
        setup?: SmeupSetup<ComponentOptions>;
        type: SmeupDataStructureType;
        variables?: SmeupVariable[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: SmeupAction[]
    buttons?: SmeupDataNode[]
    debugInfo?: DebugInfo
    messages?: SmeupMessage[]
    variables?: SmeupVariable[]