Type Alias: ComponentManifest<T>
ComponentManifest<
T> =T&object
Defined in: packages/core/src/ecs/component-manifest.ts:18
Type Declaration
componentRegistry
readonlycomponentRegistry: typeofComponentRegistry
Used by the managed editor to detect split Elics module instances.
Type Parameters
T
T extends readonly AnyComponent[] = readonly AnyComponent[]