Skip to main content
All docs
V26.1
  • InspectedType Type

    Lists values used to identify the data type in the Data Inspector.

    Declaration

    export type InspectedType = "Aggregated" | "Raw"

    Members

    Name Description
    "Aggregated"

    Identifies aggregated data.

    "Raw"

    Identifies raw data.

    See Also