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

    Interface SmeupDataNode

    interface SmeupDataNode {
        cells?: { [columnName: string]: SmeupDataCell };
        children?: SmeupDataNode[];
        data?: { [key: string]: Object };
        decode?: string;
        disabled?: boolean;
        fun?: string;
        hasMCell?: boolean;
        icon?: string;
        inputSettings?: { [key: string]: Object };
        isEditable?: boolean;
        mandatory?: boolean;
        obj?: { p: string; t: string };
        options?: SmeupDataCell[];
        shape?: string;
        styleAttributes?: { [attributeKey: string]: string };
        styleName?: string;
        tooltip?: boolean;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cells?: { [columnName: string]: SmeupDataCell }
    children?: SmeupDataNode[]
    data?: { [key: string]: Object }
    decode?: string
    disabled?: boolean
    fun?: string
    hasMCell?: boolean
    icon?: string
    inputSettings?: { [key: string]: Object }
    isEditable?: boolean
    mandatory?: boolean
    obj?: { p: string; t: string }
    options?: SmeupDataCell[]
    shape?: string
    styleAttributes?: { [attributeKey: string]: string }
    styleName?: string
    tooltip?: boolean
    value: string