GitPullRequestCommentThread interface
Represents a comment thread of a pull request. A thread contains meta data about the file it was left on (if any) along with one or more comments (an initial comment and the subsequent replies).
- Extends
Properties
pull |
Extended context information unique to pull requests |
Inherited Properties
comments | A list of the comments. |
id | The comment thread id. |
identities | Set of identities related to this thread |
is |
Specify if the thread is deleted which happens when all comments are deleted. |
last |
The time this thread was last updated. |
properties | Optional properties associated with the thread as a collection of key-value pairs. |
published |
The time this thread was published. |
status | The status of the comment thread. |
thread |
Specify thread context such as position in left/right file. |
Property Details
pullRequestThreadContext
Extended context information unique to pull requests
pullRequestThreadContext: GitPullRequestCommentThreadContext
Property Value
Inherited Property Details
comments
A list of the comments.
comments: Comment[]
Property Value
Comment[]
Inherited From CommentThread.comments
id
identities
Set of identities related to this thread
identities: {[key: string]: WebApi.IdentityRef}
Property Value
{[key: string]: IdentityRef}
Inherited From CommentThread.identities
isDeleted
Specify if the thread is deleted which happens when all comments are deleted.
isDeleted: boolean
Property Value
boolean
Inherited From CommentThread.isDeleted
lastUpdatedDate
The time this thread was last updated.
lastUpdatedDate: Date
Property Value
Date
Inherited From CommentThread.lastUpdatedDate
properties
Optional properties associated with the thread as a collection of key-value pairs.
properties: any
Property Value
any
Inherited From CommentThread.properties
publishedDate
The time this thread was published.
publishedDate: Date
Property Value
Date
Inherited From CommentThread.publishedDate
status
The status of the comment thread.
status: CommentThreadStatus
Property Value
Inherited From CommentThread.status
threadContext
Specify thread context such as position in left/right file.
threadContext: CommentThreadContext
Property Value
Inherited From CommentThread.threadContext