ThumbnailCard interface

サムネイル カード (1 つの小さなサムネイル画像を含むカード)

プロパティ

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