Sign up (with export icon)

BubblingEventInfo

Api-class iconclass

The event object passed to bubbling event callbacks. It is used to provide information about the event as well as a tool to manipulate it.

Type parameters

Properties

Methods

  • Chevron-right icon

    constructor( source, name, startRange )

    Type parameters

    TName : extends string = string
    TReturn : unknown

    Parameters

    source : object

    The emitter.

    name : TName

    The event name.

    startRange : ViewRange

    The view range that the bubbling should start from.