CommentReaction interface

Contains information about work item comment reaction for a particular reaction type.

Extends

Properties

commentId

The id of the comment this reaction belongs to.

count

Total number of reactions for the CommentReactionType.

isCurrentUserEngaged

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

Type of the reaction.

type: CommentReactionType

Property Value

Inherited Property Details

url

REST URL for the resource.

url: string

Property Value

string

Inherited From WorkItemTrackingResource.url