chessops
    Preparing search index...

    Interface CommentShape

    interface CommentShape {
        color: CommentShapeColor;
        from: number;
        to: number;
    }
    Index

    Properties

    Properties

    from: number
    to: number