targetWindowOption property

String? targetWindowOption
getter/setter pair

Type of browser window for which the backup image of the flash creative can be displayed. Possible string values are:

  • "NEW_WINDOW" : Open up a new window to display the backup image Corresponds to "_blank" in html
  • "CURRENT_WINDOW" : Use the current window to display the backup image Corresponds to "_top" in html
  • "CUSTOM" : User-defined HTML used to display the backup image Corresponds to "other"

Implementation

core.String? targetWindowOption;