ITextInputImageCardViewConfiguration interface

Configuration for an Text Input Card View

*

Extends

Remarks

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

Properties

body

Body area components.

footer

Footer area components.

header

Header area components.

image

Image displayed on the card.

Property Details

body

Body area components.

body: ICardTextInputConfiguration;

Property Value

Footer area components.

footer: CardViewActionsFooterConfiguration;

Property Value

header

Header area components.

header: ICardTextConfiguration;

Property Value

image

Image displayed on the card.

image: IAdaptiveCardExtensionImage;

Property Value