ISearchCardViewParameters interface

The parameters for the search card view.

Extends

Remarks

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

Properties

body

Body area components. Contains a single search box.

cardViewType

Card View type

footer

Footer area components. Contains a single search footer.

header

Header area components. Contains a single text field.

Property Details

body

Body area components. Contains a single search box.

body: [ICardSearchBoxParameters];

Property Value

cardViewType

Card View type

cardViewType: 'search';

Property Value

'search'

Footer area components. Contains a single search footer.

footer: [ICardSearchFooterParameters] | undefined;

Property Value

header

Header area components. Contains a single text field.

header: [ICardTextParameters];

Property Value