DiscardSelectedSuggestionsCommand (track-changes/commands)
@ckeditor/ckeditor5-track-changes/src/commands/discardsuggestionsinselection
class
A command that discards at once all the suggestions selected by the user.
Filtering
Properties
-
The command for discarding a single suggestion.
Methods
-
constructor( editor, discardSuggestionCommand, suggestions )
Creates
DiscardSelectedSuggestionsCommand
instance.Parameters
editor : Editor
discardSuggestionCommand : DiscardSuggestionCommand
suggestions : Map.<Suggestion>