LoadableObjectRecord TypeAlias
A mapping of string identifiers to instantiated DataObjects or SharedObjects.
Signature
export declare type LoadableObjectRecord = Record<string, IFluidLoadable>;
A mapping of string identifiers to instantiated DataObjects or SharedObjects.
export declare type LoadableObjectRecord = Record<string, IFluidLoadable>;