ISearchCardViewConfiguration interface

Configuration for a Search Card view.

Extends

Omit<ICardViewConfiguration, 'image'>

Remarks

The Search Text Card view displays the following: - Card Title - Card Icon - One primary text field - One search box - Optional search box footer

Properties

body

Body area components.

footer

Footer area components.

header

Header area components.

Property Details

body

Body area components.

body: ICardSearchBoxConfiguration;

Property Value

Footer area components.

footer: ICardSearchFooterConfiguration | undefined;

Property Value

header

Header area components.

header: ICardTextConfiguration;

Property Value