Typedef

SuggestionData (track-changes)

@ckeditor/ckeditor5-track-changes/src/trackchanges

typedef
Object

Suggestion data object.

Filtering

Properties

  • attributes : Object

    Custom suggestion data set by features built around suggestions, stored together with the rest of the suggestion data.

  • authorId : String

    Suggestion author id.

  • createdAt : Date

    Suggestion creation date.

  • data : Object

    Additional suggestion data set by track changes feature.

  • hasComments : Boolean

    Information whether suggestion has any comments.

  • id : String

    Suggestion id.

  • type : String

    Suggestion type.