Skip to main content
A newer version of this page is available. .

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