共用方式為


ThumbnailCard 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