Interface

SuggestionJSON (track-changes)

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

interface

Filtering

Properties

  • attributes : object

    Custom suggestion attributes.

  • authorId : string

    The ID of the author.

  • createdAt : null | Date

    Date when the suggestion was saved in the database.

  • data : null | FormatData | AttributeData | undefined

    Additional suggestion data.

  • hasComments : boolean | undefined

    Informs whether suggestion has at least one comment.

  • id : string

    Suggestion ID.

  • type : string

    Contains the information about the type and subtype of the suggestion.