Reference documentation and code samples for the Google Apps Chat V1 Client class 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.
Protobuf type google.apps.card.v1.OpenLink.OpenAs
Namespace
Google \ Apps \ Card \ V1 \ OpenLinkMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FULL_SIZE
Value: 0
The link opens as a full-size window (if that's the frame used by the client).
Generated from protobuf enum FULL_SIZE = 0;
OVERLAY
Value: 1
The link opens as an overlay, such as a pop-up.
Generated from protobuf enum OVERLAY = 1;