Properties of a Card.
Package
@google-apps/chatProperties
cardActions
cardActions?: (google.apps.card.v1.Card.ICardAction[]|null);
Card cardActions
displayStyle
displayStyle?: (google.apps.card.v1.Card.DisplayStyle|keyof typeof google.apps.card.v1.Card.DisplayStyle|null);
Card displayStyle
fixedFooter
fixedFooter?: (google.apps.card.v1.Card.ICardFixedFooter|null);
Card fixedFooter
header
header?: (google.apps.card.v1.Card.ICardHeader|null);
Card header
name
name?: (string|null);
Card name
peekCardHeader
peekCardHeader?: (google.apps.card.v1.Card.ICardHeader|null);
Card peekCardHeader
sectionDividerStyle
sectionDividerStyle?: (google.apps.card.v1.Card.DividerStyle|keyof typeof google.apps.card.v1.Card.DividerStyle|null);
Card sectionDividerStyle
sections
sections?: (google.apps.card.v1.Card.ISection[]|null);
Card sections