A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/apps-script/reference/card-service/card-action below:

Class CardAction | Apps Script

Class CardAction

Stay organized with collections Save and categorize content based on your preferences.

CardAction

A clickable menu item that is added to the card header menu.

const action = CardService.newAction();
// Finish building the action...

const cardAction =
    CardService.newCardAction().setText('Card action').setOnClickAction(action);
Detailed documentation setComposeAction(action, composedEmailType) setOnClickOpenLinkAction(action) setText(text)

Sets the menu text for this action.

Parameters Name Type Description text String The menu item text. Return

CardAction — This object, for chaining.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-12-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-03 UTC."],[[["CardAction represents a clickable menu item added to a card's header."],["It provides methods to set actions like opening URLs, composing emails, or triggering custom functions when clicked."],["You can define the action's behavior using `setOnClickAction`, `setOpenLink`, `setAuthorizationAction`, `setComposeAction`, or `setOnClickOpenLinkAction`."],["Each CardAction object can have only one action type set at a time."],["`setText` customizes the displayed text for the action in the card header menu."]]],["CardAction defines clickable menu items in a card header. Key actions include `setAuthorizationAction`, which opens a URL for authorization; `setComposeAction`, which creates an email draft; `setOnClickAction`, which executes a custom action; `setOnClickOpenLinkAction`, which opens a URL; and `setOpenLink`, which directly specifies a URL to open. `setText` sets the displayed text. Only one of these URL-related or action methods can be set per UI object, and the set action will trigger when the object is clicked.\n"]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4