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

    Interface SmeupDataTree

    Smeup data structure

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

    Hierarchy (View Summary)

    Index

    Properties

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