ITextCardViewParameters interface

The parameters for the card view with text or empty body.

Extends

Properties

body

Body area components.

cardViewType

Card View type

footer

Footer area components.

header

Header area components.

Property Details

body

Body area components.

body: [ICardTextParameters] | undefined;

Property Value

[ICardTextParameters] | undefined

cardViewType

Card View type

cardViewType: 'text';

Property Value

'text'

Footer area components.

footer: GenericCardViewFooterParameters;

Property Value

header

Header area components.

header: [ICardTextParameters];

Property Value