Skip to content 

IClientJoin Interface

Packages > @fluidframework/protocol-definitions > IClientJoin

Contents sent with a ClientJoin message

Signature:

export interface IClientJoin 

Properties

List of properties of this interface
Property Type Description
clientId string
detail IClient

Events

clientId

Signature:

clientId: string;

detail

Signature:

detail: IClient;