BasePrimaryTextCardView class

Base class for a Primary Text Card view.

Extends

Remarks

The Primary Text Card view displays the following: - Card Title - Card Icon - One primary text field - One description text field - One buttons in the Medium Card size, up to two buttons in Large Card size

Properties

template

Returns the Adaptive Card template for the BasePrimaryTextCardView.

Property Details

template

Warning

This API is now deprecated.

template property is deprecated for card views.

Returns the Adaptive Card template for the BasePrimaryTextCardView.

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

Property Value