Skip to content 

ITrace Interface

Packages > @fluidframework/protocol-definitions > ITrace

Messages to track latency trace

Signature:

export interface ITrace 

Properties

List of properties of this interface
Property Type Description
action string
service string
timestamp number

Events

action

Signature:

action: string;

service

Signature:

service: string;

timestamp

Signature:

timestamp: number;