PieceDragHandlerArgs
Defined in: src/core/types.ts:63
Extends
Extended by
Properties
board
board:
NeoChessBoard
Defined in: src/core/types.ts:53
Inherited from
orientation
orientation:
BoardOrientation
Defined in: src/core/types.ts:55
Inherited from
PieceHandlerArgsBase.orientation
piece
piece:
DraggingPieceDataType
Defined in: src/core/types.ts:66
position
position:
PositionDataType
Defined in: src/core/types.ts:54
Inherited from
sourceSquare
sourceSquare:
`${string}${number}`
Defined in: src/core/types.ts:64
targetSquare
targetSquare:
`${string}${number}`|null
Defined in: src/core/types.ts:65