PieceDropHandlerArgs
Defined in: src/core/types.ts:69
Extends
Properties
board
board:
NeoChessBoard
Defined in: src/core/types.ts:53
Inherited from
newPosition
newPosition:
PositionDataType
Defined in: src/core/types.ts:70
orientation
orientation:
BoardOrientation
Defined in: src/core/types.ts:55
Inherited from
PieceDragHandlerArgs.orientation
piece
piece:
DraggingPieceDataType
Defined in: src/core/types.ts:66
Inherited from
position
position:
PositionDataType
Defined in: src/core/types.ts:54
Inherited from
previousPosition
previousPosition:
PositionDataType
Defined in: src/core/types.ts:71
sourceSquare
sourceSquare:
`${string}${number}`
Defined in: src/core/types.ts:64
Inherited from
PieceDragHandlerArgs.sourceSquare
targetSquare
targetSquare:
`${string}${number}`|null
Defined in: src/core/types.ts:65