IClientJoin Interface
Packages > @fluidframework/protocol-definitions > IClientJoin
Contents sent with a ClientJoin message
Signature:
export interface IClientJoin
Properties
Property | Type | Description |
---|---|---|
clientId | string | |
detail | IClient |
Events
clientId
Signature:
clientId: string;
detail
Signature:
detail: IClient;