Module: Google::Apps::Card::V1::OpenLink::OpenAs

Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

When an OnClick action opens a link, then the client can either open it as a full-size window (if that's the frame used by the client), or an overlay (such as a pop-up). The implementation depends on the client platform capabilities, and the value selected might be ignored if the client doesn't support it. FULL_SIZE is supported by all clients.

Google Workspace Add-ons:

Constant Summary collapse

FULL_SIZE =

The link opens as a full-size window (if that's the frame used by the client).

0
OVERLAY =

The link opens as an overlay, such as a pop-up.

1