Skip to content 

ITelemetryBaseEvent Interface

Packages > @fluidframework/common-definitions > ITelemetryBaseEvent

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

Signature:

export interface ITelemetryBaseEvent extends ITelemetryProperties 

Extends: ITelemetryProperties

Properties

List of properties of this interface
Property Type Description
category string
eventName string

Events

category

Signature:

category: string;

eventName

Signature:

eventName: string;