CommentReaction interface
Contains information about work item comment reaction for a particular reaction type.
- Extends
Properties
comment |
The id of the comment this reaction belongs to. |
count | Total number of reactions for the CommentReactionType. |
is |
Flag to indicate if the current user has engaged on this particular EngagementType (e.g. if they liked the associated comment). |
type | Type of the reaction. |
Inherited Properties
url | REST URL for the resource. |
Property Details
commentId
The id of the comment this reaction belongs to.
commentId: number
Property Value
number
count
Total number of reactions for the CommentReactionType.
count: number
Property Value
number
isCurrentUserEngaged
Flag to indicate if the current user has engaged on this particular EngagementType (e.g. if they liked the associated comment).
isCurrentUserEngaged: boolean
Property Value
boolean
type
Inherited Property Details
url
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url