Typedef

UIRemoveCommentEvent (comments/comments/ui/view)

@ckeditor/ckeditor5-comments/src/comments/ui/view/basecommentview

typedefobject

Fired when a user performed an action that should lead to removing a comment.

This event is not fired by default by any component created by BaseCommentView. If you create a view class extending BaseCommentView you should provide a UI element that will fire this event.

Filtering

Properties

  • args : tuple

  • name : 'removeComment'

Fired by