@reuters-graphics/teams-klaxon
    Preparing search index...

    Interface AdaptiveCardContent

    Adaptive card content for Teams Workflows

    interface AdaptiveCardContent {
        $schema: "http://adaptivecards.io/schemas/adaptive-card.json";
        type: "AdaptiveCard";
        version: "1.2";
        body: ContentItem[];
    }
    Index

    Properties

    $schema: "http://adaptivecards.io/schemas/adaptive-card.json"
    type: "AdaptiveCard"
    version: "1.2"
    body: ContentItem[]