Interface

CallbackOptions (utils)

@ckeditor/ckeditor5-utils/src/emittermixin

interface

Additional options for registering a callback.

Filtering

Properties

  • readonly

    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'`