Typedef

Description (track-changes)

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

typedef
Object

A description for the suggestion.

{
	type: 'format',
	label: '*Set format:* bold'
}

Filtering

Properties

  • content : String

    Description label. You may use * to bold part of the label.

  • type : 'insertion' | 'deletion' | 'replace' | 'format'

    Description type