Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Comment

Represents a comment which is one of potentially many in a comment thread.

Hierarchy

  • Comment

Index

Properties

Optional author

author: IdentityRef

The author of the comment.

Optional content

content: string

The comment content.

Optional id

id: number

The comment ID. IDs start at 1 and are unique to a pull request.

Optional isDeleted

isDeleted: boolean

Whether or not this comment was soft-deleted.

Optional lastContentUpdatedDate

lastContentUpdatedDate: Date

The date the comment's content was last updated.

Optional lastUpdatedDate

lastUpdatedDate: Date

The date the comment was last updated.

Optional links

Links to other related objects.

Optional parentCommentId

parentCommentId: number

The ID of the parent comment. This is used for replies.

Optional publishedDate

publishedDate: Date

The date the comment was first published.

Optional usersLiked

usersLiked: Array<IdentityRef>

A list of the users who have liked this comment.

Generated using TypeDoc