ITextInputCardViewParameters interface

The parameters for the card view with text input in the 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: [ICardTextInputParameters];

Property Value

cardViewType

Card View type

cardViewType: 'textInput';

Property Value

'textInput'

Footer area components.

footer: CardViewActionsFooterParameters;

Property Value

header

Header area components.

header: [ICardTextParameters];

Property Value