IImageCardViewConfiguration interface

Configuration for an Image Card view.

Extends

Omit<ICardViewConfiguration, 'body'>

Remarks

The Image Card view displays the following: - Card title - Card icon - One image - One primary text field - Zero buttons in the Medium Card size, up to two buttons in Large Card size

Properties

footer

Footer area components.

header

Header area components.

image

Image displayed on the card.

Property Details

Footer area components.

footer: GenericCardViewFooterConfiguration;

Property Value

header

Header area components.

header: ICardTextConfiguration;

Property Value

image

Image displayed on the card.

image: IAdaptiveCardExtensionImage;

Property Value