Skip to content

GameboardNavigationContext

Defined in: src/gameboard/navigation.ts:65

Context passed to custom navigation profile hooks.

optional from?: GameboardTileSpec

Defined in: src/gameboard/navigation.ts:69

Source tile for this movement step, when known.


placements: readonly GameboardPlacementSpec[]

Defined in: src/gameboard/navigation.ts:73

Placements occupying the destination tile.


plan: GameboardPlan

Defined in: src/gameboard/navigation.ts:67

Board plan being navigated.


to: GameboardTileSpec

Defined in: src/gameboard/navigation.ts:71

Destination tile being evaluated.