ICardBarParameters interface

Card view title area (card bar) component parameters

Extends

Properties

componentName

Unique component name.

icon

The icon to display.

title

The title to display.

Property Details

componentName

Unique component name.

componentName: 'cardBar';

Property Value

'cardBar'

icon

The icon to display.

icon?: IAdaptiveCardExtensionIcon;

Property Value

title

The title to display.

title?: string;

Property Value

string