Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Card_Service
Button
Interface Button
A base class for all buttons.
interface
Button
{
setAuthorizationAction
(
action
:
AuthorizationAction
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
;
setComposeAction
(
action
:
GoogleAppsScript
.
Card_Service
.
Action
,
composedEmailType
:
ComposedEmailType
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
;
setOnClickAction
(
action
:
GoogleAppsScript
.
Card_Service
.
Action
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
;
setOnClickOpenLinkAction
(
action
:
GoogleAppsScript
.
Card_Service
.
Action
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
;
setOpenLink
(
openLink
:
OpenLink
)
:
GoogleAppsScript
.
Card_Service
.
Button
;
}
Index
Methods
set
Authorization
Action
set
Compose
Action
set
On
Click
Action
set
On
Click
Open
Link
Action
set
Open
Link
Methods
set
Authorization
Action
setAuthorizationAction
(
action
:
AuthorizationAction
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
Parameters
action
:
AuthorizationAction
Returns
GoogleAppsScript
.
Card_Service
.
Button
set
Compose
Action
setComposeAction
(
action
:
GoogleAppsScript
.
Card_Service
.
Action
,
composedEmailType
:
ComposedEmailType
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
Parameters
action
:
GoogleAppsScript
.
Card_Service
.
Action
composedEmailType
:
ComposedEmailType
Returns
GoogleAppsScript
.
Card_Service
.
Button
set
On
Click
Action
setOnClickAction
(
action
:
GoogleAppsScript
.
Card_Service
.
Action
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
Parameters
action
:
GoogleAppsScript
.
Card_Service
.
Action
Returns
GoogleAppsScript
.
Card_Service
.
Button
set
On
Click
Open
Link
Action
setOnClickOpenLinkAction
(
action
:
GoogleAppsScript
.
Card_Service
.
Action
,
)
:
GoogleAppsScript
.
Card_Service
.
Button
Parameters
action
:
GoogleAppsScript
.
Card_Service
.
Action
Returns
GoogleAppsScript
.
Card_Service
.
Button
set
Open
Link
setOpenLink
(
openLink
:
OpenLink
)
:
GoogleAppsScript
.
Card_Service
.
Button
Parameters
openLink
:
OpenLink
Returns
GoogleAppsScript
.
Card_Service
.
Button
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
set
Authorization
Action
set
Compose
Action
set
On
Click
Action
set
On
Click
Open
Link
Action
set
Open
Link
Google Apps Script API
Loading...
A base class for all buttons.