O365ConnectorCardSection interface
Represents a section in an O365 connector card.
Properties
activity |
The activity image of the section. |
activity |
The type of the activity image. |
activity |
The activity subtitle of the section. |
activity |
The activity text of the section. |
activity |
The activity title of the section. |
facts | The facts of the section. |
images | The images of the section. |
markdown | Indicates whether markdown is enabled. |
potential |
The potential actions of the section. |
text | The text of the section. |
title | The title of the section. |
Property Details
activityImage
The activity image of the section.
activityImage?: string
Property Value
string
activityImageType
The type of the activity image.
activityImageType?: ActivityImageType
Property Value
activitySubtitle
The activity subtitle of the section.
activitySubtitle?: string
Property Value
string
activityText
The activity text of the section.
activityText?: string
Property Value
string
activityTitle
The activity title of the section.
activityTitle?: string
Property Value
string
facts
images
The images of the section.
images?: O365ConnectorCardImage[]
Property Value
markdown
Indicates whether markdown is enabled.
markdown?: boolean
Property Value
boolean
potentialAction
The potential actions of the section.
potentialAction?: O365ConnectorCardActionBase[]
Property Value
text
The text of the section.
text?: string
Property Value
string
title
The title of the section.
title?: string
Property Value
string