Typedef

ClipboardMarkerRestrictionsPreset (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils

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

Specifies copy, paste or move marker restrictions in clipboard. Depending on specified mode it will disallow copy, cut or paste of marker in clipboard.

* `'default'` - the markers 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