Comment$Typings extension

on

Properties

author CommentAuthorInformation
The {@link CommentAuthorInformation author information} of the comment
getter/setter pair
body Object
The human-readable comment body
getter/setter pair
contextValue String?
Context value of the comment. This can be used to contribute comment specific actions. For example, a comment is given a context value as editable. When contributing actions to comments/comment/title using menus extension point, you can specify context value for key comment in when expression like comment == editable.
getter/setter pair
label String?
Optional label describing the {@link Comment} Label will be rendered next to authorName if exists.
getter/setter pair
mode CommentMode
{@link CommentMode Comment mode} of the comment
getter/setter pair
reactions List<CommentReaction>?
Optional reactions of the {@link Comment}
getter/setter pair
timestamp DateTime?
Optional timestamp that will be displayed in comments. The date will be formatted according to the user's locale and settings.
getter/setter pair