Type Alias DataViewValueType

DataViewValueType:
    | number
    | string
    | boolean
    | Date
    | Time
    | TimeSpan

Represents the type of a DataView value. The actual type that a given value has depends on the type of the expression on the associated axis.