Share via


ThumbnailCard interface

Represents a thumbnail card.

Properties

buttons

The buttons of the card.

images

The images of the card.

subtitle

The subtitle of the card.

tap

The tap action of the card.

text

The text of the card.

title

The title of the card.

Property Details

buttons

The buttons of the card.

buttons: CardAction[]

Property Value

images

The images of the card.

images: CardImage[]

Property Value

subtitle

The subtitle of the card.

subtitle: string

Property Value

string

tap

The tap action of the card.

tap: CardAction

Property Value

text

The text of the card.

text: string

Property Value

string

title

The title of the card.

title: string

Property Value

string