Class

AcceptAllSuggestionsCommand (track-changes/commands)

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

class

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

Filtering

Methods

  • constructor( editor, acceptSuggestionCommand, suggestions )

    Creates AcceptAllSuggestionsCommand instance.

    Parameters

    editor : Editor
    acceptSuggestionCommand : AcceptSuggestionCommand
    suggestions : Map.<Suggestion>