interface BindVariableOptionsVariation4 {
    arrayType?: string | VariantArrayType;
    dataType?: string | DataType;
    dimensions?: null | number[];
    get?: undefined;
    historyRead?: HistoryReadFunc;
    refreshFunc?: ((callback: CallbackT<DataValue>) => void);
    set?: undefined;
    timestamp_set?: undefined;
    timestamped_get?: undefined;
    value?: any;
}

Hierarchy (view full)

Properties

arrayType?: string | VariantArrayType
dataType?: string | DataType
dimensions?: null | number[]
get?: undefined
historyRead?: HistoryReadFunc
refreshFunc?: ((callback: CallbackT<DataValue>) => void)
set?: undefined
timestamp_set?: undefined
timestamped_get?: undefined
value?: any