IBaseCardParameters interface

The primitive data parameters for every Card view.

Properties

iconAltText

The icon alt text.

iconProperty

The icon to display.

title

The title to display.

Property Details

iconAltText

The icon alt text.

iconAltText?: string;

Property Value

string

iconProperty

The icon to display.

iconProperty?: string;

Property Value

string

Remarks

The value is a URL to an icon.

title

The title to display.

title?: string;

Property Value

string