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

    Represents a Hero Card.

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

    Properties

    buttons: CardAction[]

    The buttons to be displayed on the card.

    images: CardImage[]

    The images to be displayed on the card.

    subtitle: string

    The subtitle of the card.

    The action to be performed when the card is tapped.

    text: string

    The text content of the card.

    title: string

    The title of the card.