O365ConnectorCard interface
Represents an O365 connector card.
Properties
| potential |
The potential actions of the card. |
| sections | The sections of the card. |
| summary | The summary of the card. |
| text | The text of the card. |
| theme |
The theme color of the card. |
| title | The title of the card. |
Property Details
potentialAction
The potential actions of the card.
potentialAction?: O365ConnectorCardActionBase[]
Property Value
sections
The sections of the card.
sections?: O365ConnectorCardSection[]
Property Value
summary
The summary of the card.
summary?: string
Property Value
string
text
The text of the card.
text?: string
Property Value
string
themeColor
The theme color of the card.
themeColor?: string
Property Value
string
title
The title of the card.
title?: string
Property Value
string