IPrimaryTextCardViewConfiguration interface

Configuration for a Primary Text Card view.

Extends

Omit<ICardViewConfiguration, 'image'>

Remarks

The Primary Text Card view displays the following: - Card Title - Card Icon - One primary text field - One description text field - 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: ICardTextConfiguration;

Property Value

Footer area components.

footer: GenericCardViewFooterConfiguration;

Property Value

header

Header area components.

header: ICardTextConfiguration;

Property Value