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

    Interface O365ConnectorCardSection

    Represents a section in an O365 connector card.

    interface O365ConnectorCardSection {
        activityImage?: string;
        activityImageType?: ActivityImageType;
        activitySubtitle?: string;
        activityText?: string;
        activityTitle?: string;
        facts?: O365ConnectorCardFact[];
        images?: O365ConnectorCardImage[];
        markdown?: boolean;
        potentialAction?: O365ConnectorCardActionBase[];
        text?: string;
        title?: string;
    }
    Index

    Properties

    activityImage?: string

    The activity image of the section.

    activityImageType?: ActivityImageType

    The type of the activity image.

    activitySubtitle?: string

    The activity subtitle of the section.

    activityText?: string

    The activity text of the section.

    activityTitle?: string

    The activity title of the section.

    The facts of the section.

    The images of the section.

    markdown?: boolean

    Indicates whether markdown is enabled.

    potentialAction?: O365ConnectorCardActionBase[]

    The potential actions of the section.

    text?: string

    The text of the section.

    title?: string

    The title of the section.