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

    Represents an Adaptive Card, which is a card framework that enables developers to exchange UI content in a common and consistent way.

    interface AdaptiveCard {
        type: "AdaptiveCard";
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    type: "AdaptiveCard"

    The type of the card, which must always be AdaptiveCard.