Share via


O365ConnectorCardActionBase interface

Represents a base action in an O365 connector card.

Properties

@id

The ID of the action.

@type

The type of the action.

name

The name of the action.

Property Details

@id

The ID of the action.

@id?: string

Property Value

string

@type

The type of the action.

@type?: O365ConnectorCardActionType

Property Value

name

The name of the action.

name?: string

Property Value

string