Stay organized with collections
Save and categorize content based on your preferences.
TypeScript is a strongly typed, object-oriented
programming language that compiles to JavaScript. TypeScript is a superset of
JavaScript, and supports all of JavaScript's features plus optional
static typing.
TypeScript tooling
can help detect and prevent bugs that you might not notice in plain JavaScript.
After installation, you have access to all of the types exposed by the
google.ima
object in your own code. You can also take advantage of code completion and
content assist for IMA methods and properties in source code editors that have
those features, for example, Visual Studio Code.
[[["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-01-14 UTC."],[[["TypeScript is a strongly typed, object-oriented programming language that compiles to JavaScript and supports all of JavaScript's features plus optional static typing."],["TypeScript tooling helps in detecting and preventing bugs that might go unnoticed in plain JavaScript."],["DefinitelyTyped is an open-source project containing type declaration files for various packages, including the IMA SDK library."],["Installing the IMA types using npm from the @types/google-interactive-media-ads package gives you access to all types exposed by the google.ima object."],["After installation, source code editors with features like code completion and content assist can be used to take full advantage of IMA methods and properties."]]],[]]