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

    Represents an O365 connector card.

    interface O365ConnectorCard {
        potentialAction?: O365ConnectorCardActionBase[];
        sections?: O365ConnectorCardSection[];
        summary?: string;
        text?: string;
        themeColor?: string;
        title?: string;
    }
    Index

    Properties

    potentialAction?: O365ConnectorCardActionBase[]

    The potential actions of the card.

    The sections of the card.

    summary?: string

    The summary of the card.

    text?: string

    The text of the card.

    themeColor?: string

    The theme color of the card.

    title?: string

    The title of the card.