Packages > @fluidframework/fluid-static >

LoadableObjectClassRecord

A mapping of string identifiers to classes that will later be used to instantiate a corresponding DataObject or SharedObject.

Signature

export type LoadableObjectClassRecord = Record<string, LoadableObjectClass>;