Skip to main content
Version: v2

ConnectionState TypeAlias

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

Signature

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