ReadonlyvalueThe words in the block list, that are active for the current selection / cursor position.
Executes the command.
A command may accept parameters. They will be passed from module:core/editor/editor~Editor#execute editor.execute()
to the command.
The execute() method will automatically abort when the command is disabled (#isEnabled is false).
This behavior is implemented by a high priority listener to the #event:execute event.
In order to see how to disable a command from "outside" see the #isEnabled documentation.
This method may return a value, which would be forwarded all the way down to the
module:core/editor/editor~Editor#execute editor.execute().
Command, used to keep track of the currently selected words in the editor. When the blocklist balloon opens, it displays as list of words, based on the value of this command.