BaseImageCardView class

Base class for an Image Card view.

Extends

Remarks

The Image Card view displays the following: - Card title - Card icon - One image - One primary text field - Zero buttons in the Medium Card size, up to two buttons in Large Card size

Properties

template

Returns the Adaptive Card template for the BaseImageCardView.

Property Details

template

Warning

This API is now deprecated.

template property is deprecated for card views.

Returns the Adaptive Card template for the BaseImageCardView.

/** @sealed */
get template(): ISPFxAdaptiveCard;

Property Value