BoardUtils extension
Methods
-
deepCopy(
) → ChessBoardInterface -
Available on ChessBoardInterface, provided by the BoardUtils extension
Returns a deep copy of the current ChessBoardInterface instance. -
initFEN(
String fen) → void -
Available on ChessBoardInterface, provided by the BoardUtils extension
initializes the board with the given FEN string. -
reset(
) → void -
Available on ChessBoardInterface, provided by the BoardUtils extension
Resets the board to its initialFENState. -
switchTimer(
{bool stop = false}) → void -
Available on ChessBoardInterface, provided by the BoardUtils extension
-
toFEN(
) → String -
Available on ChessBoardInterface, provided by the BoardUtils extension