Interface

SuggestionData (track-changes)

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

interface

Filtering

Properties

  • inherited

    attributes : object

    Custom suggestion attributes.

  • inherited

    authorId : string

    The ID of the author.

  • inherited

    createdAt : null | Date

    Date when the suggestion was saved in the database.

  • inherited

    data : null | FormatData | AttributeData | undefined

    Additional suggestion data.

  • inherited

    hasComments : boolean | undefined

    Informs whether suggestion has at least one comment.

  • inherited

    id : string

    Suggestion ID.

  • originalSuggestionId : null | string | undefined

    Original suggestion ID from which the current one was split.

  • inherited

    type : string

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