Packages > @fluidframework/fluid-static >

LoadableObjectClass

A class object of DataObject or SharedObject.

Signature

export type LoadableObjectClass<T extends IFluidLoadable = IFluidLoadable> = ISharedObjectKind<T> | DataObjectClass<T>;

Type Parameters

Parameter Constraint Default Description
T IFluidLoadable IFluidLoadable The class of the DataObject or SharedObject.