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. |
card |
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
CardComponentConfiguration | CardComponentConfiguration[] | undefined
cardBar
Card view title area (card bar) components.
cardBar: ICardBarConfiguration;
Property Value
footer
Footer area components.
footer: CardComponentConfiguration | CardComponentConfiguration[] | undefined;
Property Value
CardComponentConfiguration | CardComponentConfiguration[] | undefined
header
Header area components.
header: CardComponentConfiguration | CardComponentConfiguration[] | undefined;
Property Value
CardComponentConfiguration | CardComponentConfiguration[] | undefined
image
Image displayed on the card.
image: IAdaptiveCardExtensionImage | undefined;
Property Value
IAdaptiveCardExtensionImage | undefined