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.