IImageCardParameters interface

The data parameters for BaseImageCardView.

Extends

Properties

imageAltText

The image alt text.

imageUrl

The image URL to display.

primaryText

The primary text to display.

Property Details

imageAltText

The image alt text.

imageAltText?: string;

Property Value

string

imageUrl

The image URL to display.

imageUrl: string;

Property Value

string

primaryText

The primary text to display.

primaryText: string;

Property Value

string