Interface Comment

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

Properties

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

Generated using TypeDoc