Typedef

UIRemoveCommentThreadEvent (comments/comments/ui/view)

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

typedefobject

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

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

This event is fired by default when an empty comment thread view (with no comments) loses focus.

Filtering

Properties

  • args : tuple

  • name : 'removeCommentThread'

Fired by