Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Card_Service
FixedFooter
Interface FixedFooter
The fixed footer shown at the bottom of an add-on Card.
interface
FixedFooter
{
setPrimaryButton
(
button
:
TextButton
)
:
FixedFooter
;
setSecondaryButton
(
button
:
TextButton
)
:
FixedFooter
;
}
Index
Methods
set
Primary
Button
set
Secondary
Button
Methods
set
Primary
Button
setPrimaryButton
(
button
:
TextButton
)
:
FixedFooter
Parameters
button
:
TextButton
Returns
FixedFooter
set
Secondary
Button
setSecondaryButton
(
button
:
TextButton
)
:
FixedFooter
Parameters
button
:
TextButton
Returns
FixedFooter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
set
Primary
Button
set
Secondary
Button
Google Apps Script API
Loading...
The fixed footer shown at the bottom of an add-on Card.