ThumbnailCard interface
A thumbnail card (card with a single, small thumbnail image)
Properties
buttons | Set of actions applicable to the current card |
images | Array of images for the card |
subtitle | Subtitle of the card |
tap | This action will be activated when user taps on the card itself |
text | Text for the card |
title | Title of the card |
Property Details
buttons
images
subtitle
Subtitle of the card
subtitle: string
Property Value
string
tap
This action will be activated when user taps on the card itself
tap: CardAction
Property Value
text
Text for the card
text: string
Property Value
string
title
Title of the card
title: string
Property Value
string