Packages > @fluidframework/fluid-static

@fluidframework/fluid-static Package

Provides a simple and powerful way to consume collaborative Fluid data.

Interfaces

Interface Modifiers Description
ContainerSchema Declares the Fluid objects that will be available in the Container.
IConnection Base interface for information for each connection made to the Fluid session.
IFluidContainer sealed Provides an entrypoint into the client side of collaborative Fluid data. Provides access to the data as well as status on the collaboration session.
IFluidContainerEvents sealed Events emitted from IFluidContainer.
IMember Base interface to be implemented to fetch each service's member.
IServiceAudience Base interface to be implemented to fetch each service's audience.
IServiceAudienceEvents Events that trigger when the roster of members in the Fluid session change.

Types

TypeAlias Description
ContainerAttachProps Represents properties that can be attached to a container.
DataObjectClass A class that has a factory that can create a DataObject and a constructor that will return the type of the DataObject.
InitialObjects Extract the type of 'initialObjects' from the given ContainerSchema type.
LoadableObjectClass A class object of DataObject or SharedObject.
LoadableObjectClassRecord A mapping of string identifiers to classes that will later be used to instantiate a corresponding DataObject or SharedObject.
MemberChangedListener Signature for IMember change events.
Myself An extended member object that includes currentConnection