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

    Interface SmeupDataColumn

    interface SmeupDataColumn {
        decimals?: number;
        fill?: string;
        formula?: string;
        helper?: string;
        hideValuesRepetitions?: boolean;
        integers?: number;
        isEditable?: boolean;
        isKey?: boolean;
        length?: number;
        maxLength?: number;
        name: string;
        obj?: { p: string; t: string };
        shape?: string;
        title?: string;
        tooltip?: boolean;
        useAs?: string;
        visible?: boolean;
    }
    Index

    Properties

    decimals?: number
    fill?: string
    formula?: string
    helper?: string
    hideValuesRepetitions?: boolean
    integers?: number
    isEditable?: boolean
    isKey?: boolean
    length?: number
    maxLength?: number
    name: string
    obj?: { p: string; t: string }
    shape?: string
    title?: string
    tooltip?: boolean
    useAs?: string
    visible?: boolean