ICardViewConfiguration interface

Card view configuration

Remarks

card view configuration is the "simplified" subset of card view parameters that are available to a developer for customizations.

Properties

body

Body area components.

cardBar

Card view title area (card bar) components.

footer

Footer area components.

header

Header area components.

image

Image displayed on the card.

Property Details

body

Body area components.

body: CardComponentConfiguration | CardComponentConfiguration[] | undefined;

Property Value

cardBar

Card view title area (card bar) components.

cardBar: ICardBarConfiguration;

Property Value

Footer area components.

footer: CardComponentConfiguration | CardComponentConfiguration[] | undefined;

Property Value

header

Header area components.

header: CardComponentConfiguration | CardComponentConfiguration[] | undefined;

Property Value

image

Image displayed on the card.

image: IAdaptiveCardExtensionImage | undefined;

Property Value