InMemoryGameboardEcsEntity
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:600
Entity shape used by the in-memory ECS adapter.
Properties
Section titled “Properties”components
Section titled “components”components:
Map<string,unknown>
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:606
Components keyed by component name.
id:
string
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:602
Entity id.
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:604
Entity kind.
relations
Section titled “relations”relations:
GameboardEcsRelation[]
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:608
Outgoing relations from this entity.