chessops
    Preparing search index...

    Interface Context

    interface Context {
        blockers: SquareSet;
        checkers: SquareSet;
        king: number | undefined;
        mustCapture: boolean;
        variantEnd: boolean;
    }
    Index

    Properties

    blockers: SquareSet
    checkers: SquareSet
    king: number | undefined
    mustCapture: boolean
    variantEnd: boolean