Interface ResourceCommentThreadEvent

interface ResourceCommentThreadEvent {
    commentInfos: CommentInfoMain[];
    resource: URI;
}

Properties

commentInfos: CommentInfoMain[]
resource: URI