Skip to content 

ISequencedClient Interface

Packages > @fluidframework/protocol-definitions > ISequencedClient

Signature:

export interface ISequencedClient 

Properties

List of properties of this interface
Property Type Description
client IClient
sequenceNumber number

Events

client

Signature:

client: IClient;

sequenceNumber

Signature:

sequenceNumber: number;