API Docs for: 0.25.0
Show:

comment-detail Class

Display information about an individual comment, including controls to edit, delete, and report. This component is typically used as part of the comment-pane component; see that component for further information.

Sample usage:

{{comment-detail
  comment=comment
  editComment=attrs.editComment
  deleteComment=attrs.deleteComment
  restoreComment=attrs.restoreComment
  reportComment=attrs.reportComment}}

Item Index