Skip to main content

ITelemetryBaseEvent Interface

Base interface for logging telemetry statements. Can contain any number of properties that get serialized as json payload.

Signature

export interface ITelemetryBaseEvent extends ITelemetryBaseProperties

Extends: ITelemetryBaseProperties

Properties

Property Type Description
category string
eventName string

Property Details

category

Signature

category: string;

Type: string

eventName

Signature

eventName: string;

Type: string