Show / Hide Table of Contents

Enum OpenLink.Types.OpenAs

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:

Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum OpenLink.Types.OpenAs

Fields

Name Description
FullSize

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.

In this article
Back to top Generated by DocFX