Interface ImaEvent


An event raised by the IMA SDK.
Properties
currentTarget?
Deprecated. 
target?
The object on which the event was raised (and to which a listener was added).
type
Methods
preventDefault
Deprecated. 

Properties


Optional currentTarget

currentTarget?: object

Optional target

target?: object
The object on which the event was raised (and to which a listener was added).

type

type: string

Methods


preventDefault

preventDefault(): void