BasicCard interface

A basic card

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

Set of actions applicable to the current card

buttons: CardAction[]

Property Value

images

Array of images for the card

images: CardImage[]

Property Value

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