Typedef

CommentsClipboardCopyConfig (comments)

@ckeditor/ckeditor5-comments/src/config

typedef'default' | 'always' | 'never'

Specifies whether comment markers should be preserved on copy-paste and cut-paste actions.

Following values are available:

  • 'default' - the comments will be preserved on cut-paste and drag and drop actions only.
  • 'always' - the markers will be preserved on all clipboard actions (cut, copy, drag and drop).
  • 'never' - the markers will be ignored by clipboard.

Filtering