IDataVisualizationCardViewConfiguration interface

Configuration for a DataVisualization card view.

Extends

Omit<ICardViewConfiguration, 'image' | 'header' | 'footer'>

Remarks

The DataVisualization Card view displays the following: - Card Title - Card Icon - One or zero primary text field - One or zero secondary text fied - One chart - Up to one button in Large Card size

Properties

footer

Footer area components.

header

Header area components.

Property Details

Footer area components.

footer?: ICardButtonConfiguration;

Property Value

header

Header area components.

header?: ICardTextConfiguration;

Property Value