Skip to main content

InspectedType Type

In This Article

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

#Declaration

TypeScript
export type InspectedType = "Aggregated" | "Raw"

#Members

Name Description
"Aggregated"

Identifies aggregated data.

"Raw"

Identifies raw data.

See Also