openAs property

String? openAs
getter/setter pair

How to open a link.

[Google Workspace Add-ons](https://developers.google.com/workspace/add-ons): Possible string values are:

  • "FULL_SIZE" : The link opens as a full-size window (if that's the frame used by the client).
  • "OVERLAY" : The link opens as an overlay, such as a pop-up.

Implementation

core.String? openAs;