useGameboardPiecePlacementInspection
useGameboardPiecePlacementInspection(
piece,options?):GameboardPiecePlacementInspection|undefined
Defined in: src/react/react.ts:1100
Inspect one declared piece against the current projected board.
Parameters
Section titled “Parameters”GameboardPieceDeclaration | undefined
options?
Section titled “options?”GameboardPiecePlacementOptions = DEFAULT_PIECE_PLACEMENT_OPTIONS
Returns
Section titled “Returns”GameboardPiecePlacementInspection | undefined