Skip to content 

ITelemetryPerformanceEvent Interface

Packages > @fluidframework/common-definitions > ITelemetryPerformanceEvent

Performance telemetry event. Maps to category = “performance”

Signature:

export interface ITelemetryPerformanceEvent extends ITelemetryGenericEvent 

Extends: ITelemetryGenericEvent

Properties

List of properties of this interface
Property Type Description
duration number

Events

duration

Signature:

duration?: number;