Skip to content

Options

OptionTypeDescription
positionstringInitial FEN (default: starting position).
orientation'white' | 'black'Board orientation.
draggablebooleanAllow dragging pieces.
clickablebooleanAllow square selection/clicks.
viewOnlybooleanNo drag or selection.
coordinatesbooleanShow file/rank labels.
animationDurationnumberMove animation ms.
pieceThemePieceThemeFunction (piece) => SVG string.
boardThemeBoardTheme{ lightSquare, darkSquare } colors.
onMove(from, to) => boolean | voidCalled on drop; return false to cancel.
onSelect(square | null) => voidCalled when selection changes.
onArrowDrawn(from, to) => voidCalled when user draws arrow (right-drag).