Class

TrackChangesCommand (track-changes)

@ckeditor/ckeditor5-track-changes/src/trackchangescommand

class

Turns the track changes mode on and off.

When the track changes mode is on, this command disables all the unsupported commands.

Filtering

Methods

  • constructor( editor, enabledCommands )

    Creates TrackChangesCommand instance.

    Parameters

    editor : Editor
    enabledCommands : Set.<Command>