Share via


O365ConnectorCardSection interface

Represents a section in an O365 connector card.

Properties

activityImage

The activity image of the section.

activityImageType

The type of the activity image.

activitySubtitle

The activity subtitle of the section.

activityText

The activity text of the section.

activityTitle

The activity title of the section.

facts

The facts of the section.

images

The images of the section.

markdown

Indicates whether markdown is enabled.

potentialAction

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

The facts of the section.

facts?: O365ConnectorCardFact[]

Property Value

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