Packages > fluid-framework >

ConnectionStateType

Type defining the different states of connectivity a Container can be in.

Signature

export type ConnectionState = ConnectionState.Disconnected | ConnectionState.EstablishingConnection | ConnectionState.CatchingUp | ConnectionState.Connected;