Interface

CommentPermissionsConfig (comments/comments)

@ckeditor/ckeditor5-comments/src/comments/commentsrepository

interface

Filtering

Properties

  • admin : boolean

    Allows for removing other users' threads.

  • modifyAll : boolean

    Allows for editing and removing any comments created by other users.

  • resolve : boolean

    Allows for resolving and reopening comment threads.

  • write : boolean

    Allows for adding new comments as well as editing and removing comments created by this user.