BasicCard interface

基本卡

属性

buttons

适用于当前卡的操作集

images

卡片的图像数组

subtitle

卡片的副标题

tap

当用户点击卡片本身时将激活此操作

text

卡片的文本

title

卡片的标题

属性详细信息

buttons

适用于当前卡的操作集

buttons: CardAction[]

属性值

images

卡片的图像数组

images: CardImage[]

属性值

subtitle

卡片的副标题

subtitle: string

属性值

string

tap

当用户点击卡片本身时将激活此操作

tap: CardAction

属性值

text

卡片的文本

text: string

属性值

string

title

卡片的标题

title: string

属性值

string