Edit

Share via


TelemetryAdditionalData interface

Warning

This API is now deprecated.

Please do not use, this interface will not be maintained.

Properties

dimensions

Additional dimensions.

featureNames

Additional feature names.

pageType

Where the compact view is hosted

Property Details

dimensions

Additional dimensions.

dimensions?: Record<string, string>

Property Value

Record<string, string>

featureNames

Additional feature names.

featureNames?: string[]

Property Value

string[]

pageType

Where the compact view is hosted

pageType?: "Landing page" | "Compact view"

Property Value

"Landing page" | "Compact view"