Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a thumbnail card.

    interface ThumbnailCard {
        buttons: CardAction[];
        images: CardImage[];
        subtitle: string;
        tap: CardAction;
        text: string;
        title: string;
    }
    Index

    Properties

    buttons: CardAction[]

    The buttons of the card.

    images: CardImage[]

    The images of the card.

    subtitle: string

    The subtitle of the card.

    The tap action of the card.

    text: string

    The text of the card.

    title: string

    The title of the card.