AI-generated Key Takeaways
-
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
andpreventDefault
properties are deprecated.
An event raised by the IMA SDK.
Properties | |
---|---|
current
|
Deprecated.
|
target
|
The object on which the event was raised (and to which a listener was added).
|
type
|
Methods | |
---|---|
prevent
|
Deprecated.
|
Properties
Optional
currentTarget
currentTarget?: object
Optional
target
target?: object
type
type: string
Methods
preventDefault
preventDefault(): void