IBasicTextCardViewConfiguration interface

Configuration for a Basic Card view.

Extends

Omit<ICardViewConfiguration, 'image' | 'body'>

Remarks

The basic Card view displays the following: - Card title - Card icon - One primary text field - One button in the Medium Card size, two buttons in the Large Card size, or text input in the footer

Properties

footer

Footer area components.

header

Header area components.

Property Details

Footer area components.

footer: GenericCardViewFooterConfiguration;

Property Value

header

Header area components.

header: ICardTextConfiguration;

Property Value