Share via


HeroCard interface

Represents a Hero Card.

Properties

buttons

The buttons to be displayed on the card.

images

The images to be displayed on the card.

subtitle

The subtitle of the card.

tap

The action to be performed when the card is tapped.

text

The text content of the card.

title

The title of the card.

Property Details

buttons

The buttons to be displayed on the card.

buttons: CardAction[]

Property Value

images

The images to be displayed on the card.

images: CardImage[]

Property Value

subtitle

The subtitle of the card.

subtitle: string

Property Value

string

tap

The action to be performed when the card is tapped.

tap: CardAction

Property Value

text

The text content of the card.

text: string

Property Value

string

title

The title of the card.

title: string

Property Value

string