GameboardActorTileRecord
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:251
Relation payload connecting an actor to a tile.
Properties
Section titled “Properties”actorId
Section titled “actorId”actorId:
string
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:253
Actor id.
coordinates
Section titled “coordinates”coordinates:
HexCoordinates
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:257
Tile coordinates occupied by the actor.
tileKey
Section titled “tileKey”tileKey:
string
Defined in: packages/declarative-hex-worlds/src/interop/interop.ts:255
Tile key occupied by the actor.