BubblingCallbackOptions
interface
Additional options for registering a callback.
Properties
-
context : ArrayOrItem<string | BubblingEventContextFunction> | undefined
module:engine/view/observer/bubblingemittermixin~BubblingCallbackOptions#context
Specifies the context in which the event should be triggered to call the callback.
Related:
-
priority : PriorityString | undefined
readonlyinheritedmodule:engine/view/observer/bubblingemittermixin~BubblingCallbackOptions#priority
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'`