Class

ExecuteOnAllSuggestionsCommand (track-changes/commands)

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

class

A command that executes passed command (accept or discard suggestion command) at once for all suggestions in the document.

Filtering

Methods

  • constructor( editor, command, suggestions )

    Creates ExecuteOnAllSuggestionsCommand instance.

    Parameters

    editor : Editor
    command : Command
    suggestions : Map.<Suggestion>