ICardTextParameters interface

Text component parameters. Represents a text block rendered in the card view.

Extends

Properties

componentName

Unique component name.

text

Text to display.

Property Details

componentName

Unique component name.

componentName: 'text';

Property Value

'text'

text

Text to display.

text: string;

Property Value

string