sp adaptive card extension base.basebasiccardview - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-adaptive-card-extension-base > BaseBasicCardView
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Base class for a Basic Card view.
Signature:
export declare abstract class BaseBasicCardView<TProperties = {}, TState = {}> extends BaseCardView<TProperties, TState, IBasicCardParameters>Extends: BaseCardView<TProperties, TState, IBasicCardParameters>
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
| Property | Modifiers | Type | Description |
|---|---|---|---|
| template | ISPFxAdaptiveCard | (BETA) Returns the Adaptive Card template for the BaseBasicCardView. |