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
images
subtitle
The subtitle of the card.
subtitle: string
Property Value
string
tap
text
The text content of the card.
text: string
Property Value
string
title
The title of the card.
title: string
Property Value
string