Interface

BubblingCallbackOptions (engine/view/observer)

@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin

interface

Additional options for registering a callback.

Filtering

Properties

  • context : ArrayOrItem<string | BubblingEventContextFunction> | undefined

    Specifies the context in which the event should be triggered to call the callback.

    Related:

  • readonly inherited

    priority : PriorityString | undefined

    The priority of this event callback. The higher the priority value the sooner the callback will be fired. Events having the same priority are called in the order they were added.

    Defaults to `'normal'`