HeroCardComponent
Represents a Hero Card component (see example). Hero cards host a single large image and action buttons with text content.
Selector
kendo-chat-hero-card
Inputs
actions
Action[]
An array with the possible quick actions for this hero card.
imageUrl
string
The URL of the hero card image.
subtitle
string
The subtitle of the hero card.
title
string
The title of the hero card.
Events
executeAction
Fires when the user clicks a button.
Methods
onClick
Parameters
action
any