Packages > @fluidframework/container-definitions

@fluidframework/container-definitions Package

This library contains the interfaces and types concerning the Loader and loading the Container.

Interfaces

Interface Description
IAudience Represents all clients connected to the op stream, both read-only and read/write.
IAudienceEvents Interface describing Audience events
ISelf Return type of getSelf. Please see remarks for getSelf to learn more details on promises.

Enumerations

Enum Description
AttachState The attachment state of some Fluid data (e.g. a container or data store), denoting whether it is uploaded to the service. The transition from detached to attached state is a one-way transition.

Types

TypeAlias Description
ConnectionState Type defining the different states of connectivity a Container can be in.
ICriticalContainerError Represents errors raised on container.

Namespaces

Namespace Description
ConnectionState Namespace for the different connection states a container can be in. PLEASE NOTE: The sequence of the numerical values does no correspond to the typical connection state progression.