ITextInputCardViewConfiguration interface

Configuration for an Text Input Card View

*

Extends

Omit<ICardViewConfiguration, 'image'>

Remarks

The Text Input Card view displays the following: - Card title - Card icon - One primary text field - One text input - One 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.

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