Module

comments/comments/commentsrepository

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

module

Filtering

Classes

  • Comment

    Single comment representation. A part of a commentThread.

  • CommentThread

    Comment thread representation. Stores a list of Comments.

  • CommentsRepository

    Stores the list of CommentThread and provides event-driven API for managing them. It is also responsible for using the comments adapter to communicate with the data source.

Interfaces

  • CommentsAdapter

    Comments adapter.