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

    Interface O365ConnectorCardActionBase

    Represents a base action in an O365 connector card.

    interface O365ConnectorCardActionBase {
        "@id"?: string;
        "@type"?: O365ConnectorCardActionType;
        name?: string;
    }
    Index

    Properties

    Properties

    "@id"?: string

    The ID of the action.

    The type of the action.

    name?: string

    The name of the action.