Interface

SelectionOptions (engine/view)

@ckeditor/ckeditor5-engine/src/view/selection

interface

Additional options for Selection.

Filtering

Properties

  • backward : boolean | undefined

    Sets this selection instance to be backward.

  • fake : boolean | undefined

    Sets this selection instance to be marked as fake.

  • label : string | undefined

    Label for the fake selection.