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

    Represents a Card Image.

    interface CardImage {
        alt?: string;
        tap?: CardAction;
        url: string;
    }
    Index

    Properties

    Properties

    alt?: string

    The alternative text for the image.

    The action to be performed when the image is tapped.

    url: string

    The URL of the image.