chessops
    Preparing search index...

    Interface Comment

    interface Comment {
        clock?: number;
        emt?: number;
        evaluation?: Evaluation;
        shapes: CommentShape[];
        text: string;
    }
    Index

    Properties

    clock?: number
    emt?: number
    evaluation?: Evaluation
    shapes: CommentShape[]
    text: string