Interface: BoardTileRef
Discriminated reference to a tile on one of the two boards. Returned by BodyInteractive.queryHover so callers can route the hit into the correct board's API — sol and atmo live on independent hexaspheres, so a tile id is only meaningful in the context of its layer.
Properties
layer
ts
layer: InteractiveLayer;tileId
ts
tileId: number;