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

    Interface O365ConnectorCardImage

    Represents an image in an O365 connector card.

    interface O365ConnectorCardImage {
        image?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    image?: string

    The URL of the image.

    title?: string

    The title of the image.