[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-26 UTC."],[[["\u003cp\u003eThis page documents an event raised by the IMA SDK, following the structure of TypeScript documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImaEvent\u003c/code\u003e has three properties: \u003ccode\u003ecurrentTarget\u003c/code\u003e, \u003ccode\u003etarget\u003c/code\u003e, and \u003ccode\u003etype\u003c/code\u003e, with the first two being optional and able to be null or an object, and the last one being a string.\u003c/p\u003e\n"],["\u003cp\u003eThere are two methods available for \u003ccode\u003eImaEvent\u003c/code\u003e: \u003ccode\u003epreventDefault\u003c/code\u003e and \u003ccode\u003estopPropagation\u003c/code\u003e, both of which return void.\u003c/p\u003e\n"],["\u003cp\u003eSuggestions and feedback regarding the reference documentation can be shared on the IMA technical forum.\u003c/p\u003e\n"]]],[],null,["# Interface ImaEvent\n\n| **Note:** This reference page follows TypeScript documentation structure. If you have suggestions for or see issues with the reference documentation, open a thread with your feedback on the [IMA technical forum](https://groups.google.com/g/ima-sdk/).\n\n*** ** * ** ***\n\nAn event raised by the IMA SDK.\n\n| Properties ||\n|------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| [currentTarget?](/interactive-media-ads/docs/sdks/html5/client-side/reference/interface/google.ima.ImaEvent#google.ima.ImaEvent.currentTarget) | **Deprecated.** |\n| [target?](/interactive-media-ads/docs/sdks/html5/client-side/reference/interface/google.ima.ImaEvent#google.ima.ImaEvent.target) | The object on which the event was raised (and to which a listener was added). |\n| [type](/interactive-media-ads/docs/sdks/html5/client-side/reference/interface/google.ima.ImaEvent#google.ima.ImaEvent.type) | |\n\n| Methods ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|\n| [preventDefault](/interactive-media-ads/docs/sdks/html5/client-side/reference/interface/google.ima.ImaEvent#google.ima.ImaEvent.preventDefault) | **Deprecated.** |\n\nProperties\n----------\n\n*** ** * ** ***\n\n### `Optional`\ncurrentTarget\n\ncurrentTarget?:` `object\n| **Deprecated:** Use `target` instead.\n\n*** ** * ** ***\n\n### `Optional` target\n\ntarget?:` `object The object on which the event was raised (and to which a listener was added).\n\n*** ** * ** ***\n\n### type\n\ntype:` `string\n\nMethods\n-------\n\n*** ** * ** ***\n\n### preventDefault\n\npreventDefault(): void \n| **Deprecated:** No-op. IMA events do not have a default action."]]