Interface PendingCommentThread

interface PendingCommentThread {
    comment: PendingComment;
    isReply: boolean;
    range: IRange;
    uniqueOwner: string;
    uri: Uri;
}

Properties§

§comment: PendingComment
§isReply: boolean
§range: IRange
§uniqueOwner: string
§uri: Uri