This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
sp adaptive card extension base.baseadaptivecardview
John Nguyen edited this page Apr 22, 2021
·
2 revisions
Home > @microsoft/sp-adaptive-card-extension-base > BaseAdaptiveCardView
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 an Adaptive Card view.
Signature:
export declare abstract class BaseAdaptiveCardView<TProperties = {}, TState = {}, TData = {}> extends BaseView<TProperties, TState, TData>
Extends: BaseView<TProperties, TState, TData>
Views used to render the Quick view must inherit from this class.
Property | Modifiers | Type | Description |
---|---|---|---|
data | TData | (BETA) The data used to render the Adaptive Card. | |
externalLink | IExternalLinkParameters | undefined | (BETA) An optional external link to be displayed in the navigation bar above the Adaptive Card. | |
template | ISPFxAdaptiveCard | (BETA) The Adaptive Card template rendered by the view. | |
title | string | (BETA) An optional title to be displayed in the navigation bar above the Adaptive Card. |