Comment$Typings extension
- on
Properties
- 
      Available on Comment, provided by the Comment$Typings extension The {@link CommentAuthorInformation author information} of the commentgetter/setter pair
- body ↔ Object
- 
      Available on Comment, provided by the Comment$Typings extension The human-readable comment bodygetter/setter pair
- contextValue ↔ String?
- 
      Available on Comment, provided by the Comment$Typings extension Context value of the comment. This can be used to contribute comment specific actions. For example, a comment is given a context value aseditable. When contributing actions tocomments/comment/titleusingmenusextension point, you can specify context value for keycommentinwhenexpression likecomment == editable.getter/setter pair
- label ↔ String?
- 
      Available on Comment, provided by the Comment$Typings extension Optional label describing the {@link Comment} Label will be rendered next to authorName if exists.getter/setter pair
- mode ↔ CommentMode
- 
      Available on Comment, provided by the Comment$Typings extension {@link CommentMode Comment mode} of the commentgetter/setter pair
- 
  reactions
  ↔ List<CommentReaction> ?
- 
      Available on Comment, provided by the Comment$Typings extension Optional reactions of the {@link Comment}getter/setter pair
- timestamp ↔ DateTime?
- 
      Available on Comment, provided by the Comment$Typings extension Optional timestamp that will be displayed in comments. The date will be formatted according to the user's locale and settings.getter/setter pair