Show / Hide Table of Contents

Class Card.Types.CardAction

A card action is the action associated with the card. For example, an invoice card might include actions such as delete invoice, email invoice, or open the invoice in a browser.

Google Workspace add-ons:

Inheritance
object
Card.Types.CardAction
Implements
IMessage<Card.Types.CardAction>
IEquatable<Card.Types.CardAction>
IDeepCloneable<Card.Types.CardAction>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Card.Types.CardAction : IMessage<Card.Types.CardAction>, IEquatable<Card.Types.CardAction>, IDeepCloneable<Card.Types.CardAction>, IBufferMessage, IMessage

Constructors

CardAction()

Declaration
public CardAction()

CardAction(CardAction)

Declaration
public CardAction(Card.Types.CardAction other)
Parameters
Type Name Description
Card.Types.CardAction other

Properties

ActionLabel

The label that displays as the action menu item.

Declaration
public string ActionLabel { get; set; }
Property Value
Type Description
string

OnClick

The onClick action for this action item.

Declaration
public OnClick OnClick { get; set; }
Property Value
Type Description
OnClick
In this article
Back to top Generated by DocFX