@echecs/game - v2.0.2
    Preparing search index...

    Interface CastlingRights

    Which castling moves remain available for each side.

    interface CastlingRights {
        black: SideCastlingRights;
        white: SideCastlingRights;
    }
    Index

    Properties

    Properties

    Black's castling rights.

    White's castling rights.