IAdaptiveCardExtensionImage interface

Properties for the image rendered in a card view.

Remarks

The image can be displayed as part of the card view itself as well as in buttons.

Properties

altText

The alt text.

url

The URL to display as image or icon.

Property Details

altText

The alt text.

altText?: string;

Property Value

string

url

The URL to display as image or icon.

url: string;

Property Value

string