Interface ChessgroundDestsOpts

interface ChessgroundDestsOpts {
    chess960?: boolean;
}

Properties

Properties

chess960?: boolean

Generated using TypeDoc