ICardViewParameters interface

Card view configuration parameters. The configuration specifies how the card view is rendered.

Properties

body

Body area components.

cardBar

Card view title area (card bar) components.

cardViewType

Card View type

footer

Footer area components.

header

Header area components.

image

Image displayed on the card.

Property Details

body

Body area components.

body: ICardComponentParameters[] | undefined;

Property Value

ICardComponentParameters[] | undefined

cardBar

Card view title area (card bar) components.

cardBar: [ICardBarParameters];

Property Value

cardViewType

Card View type

cardViewType: string;

Property Value

string

Footer area components.

footer: ICardComponentParameters[] | undefined;

Property Value

ICardComponentParameters[] | undefined

header

Header area components.

header: ICardComponentParameters[] | undefined;

Property Value

ICardComponentParameters[] | undefined

image

Image displayed on the card.

image: IAdaptiveCardExtensionImage | undefined;

Property Value