Constructors
constructor
- new McEvent(type, data?, bubble?): McEvent
Parameters
- type: string
- data: any = {}
- bubble: string = 'l'
Properties
Accessors
immediateStopped
- get immediateStopped(): boolean
Returns boolean
stopped
- get stopped(): boolean
Returns boolean
type
- get type(): string
Returns string
Methods
stopImmediatePropagation
- stopImmediatePropagation(): void
Returns void
stopPropagation
- stopPropagation(): void
Returns void