Interface ImaEvent

  • ImaEvent is an event raised by the IMA SDK.

  • The target property indicates the object on which the event was raised.

  • The type property is a string indicating the type of the event.

  • The currentTarget and preventDefault properties are deprecated.


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