HeroCardProps
actions
Action[]
An array with the possible quick actions for this hero card.
imageMaxWidth?
string | number
Max width of the card image.
imageUrl
string
The URL of the hero card image.
onActionExecute?
(event: HeroCardActionExecuteEvent) => void
Fires when the user clicks a button.
subtitle
string
The subtitle of the hero card.
title
string
The title of the hero card.