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

    Interface O365ConnectorCardFact

    Represents a fact in an O365 connector card.

    interface O365ConnectorCardFact {
        name?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the fact.

    value?: string

    The value of the fact.