BubblingEvent
typedef
Helper type that allows describing bubbling event. Extends TEvent
so that:
- the event is called with
BubblingEventInfo
` instead ofEventInfo
, and BubblingCallbackOptions
can be specified as additional options.
Type parameters
-
TEvent : extends BaseEvent
The event description to extend.