Class

DiscardAllSuggestionsCommand (track-changes/commands)

@ckeditor/ckeditor5-track-changes/src/commands/discardallsuggestionscommand

class

A command that discards at once all the suggestions created in the editor in the track changes mode.

Filtering

Properties

Methods

  • constructor( editor, discardSuggestionCommand, suggestions )

    Creates DiscardAllSuggestionsCommand instance.

    Parameters

    editor : Editor
    discardSuggestionCommand : DiscardSuggestionCommand
    suggestions : Map.<Suggestion>