Skip to content

Type Alias: ComponentManifest<T>

ComponentManifest<T> = T & object

Defined in: packages/core/src/ecs/component-manifest.ts:18

Type Declaration

componentRegistry

readonly componentRegistry: typeof ComponentRegistry

Used by the managed editor to detect split Elics module instances.

Type Parameters

T

T extends readonly AnyComponent[] = readonly AnyComponent[]

Privacy | Terms