BubblingEvent
typedef
Helper type that allows describing bubbling event. Extends TEvent so that:
- the event is called with
BubblingEventInfo` instead ofEventInfo, and BubblingCallbackOptionscan be specified as additional options.
Type parameters
TEvent : extends BaseEventThe event description to extend.
Properties
module:engine/view/observer/bubblingemittermixin~BubblingEvent#callbackOptionseventInfo : BubblingEventInfo<TEvent[ 'name' ], TEvent extends object ? TReturn : unknown>module:engine/view/observer/bubblingemittermixin~BubblingEvent#eventInfo
Value
TEvent & object