BaseBasicCardView class
Base class for a Basic Card view.
- Extends
-
BaseTemplateCardView<TProperties, TState, IBasicCardParameters>
Remarks
The basic Card view displays the following: - Card title - Card icon - One primary text field - One button in the Medium
Card size, two buttons in the Large
Card size
Properties
template | Returns the Adaptive Card template for the BaseBasicCardView. |
Property Details
template
Warning
This API is now deprecated.
template property is deprecated for card views.
Returns the Adaptive Card template for the BaseBasicCardView.
/** @sealed */
get template(): ISPFxAdaptiveCard;