Type alias DataArray

DataArray: {
    columnDataType: DataType;
    columnId: string;
    dataValue: any[];
}

Data Array inteface to define each column data

Version

SDK: 0.1 | ThoughtSpot:

Type declaration

  • columnDataType: DataType

    type of data

    Version

    SDK: 0.1 | ThoughtSpot:

  • columnId: string

    column id associated with the data array

    Version

    SDK: 0.1 | ThoughtSpot:

  • dataValue: any[]

    The array of data values associated with the column

    Version

    SDK: 0.1 | ThoughtSpot: