BaseQuickView class
Base class for an Adaptive Card view.
- Extends
-
BaseView<TProperties, TState>
Properties
external |
An optional external link to be displayed in the navigation bar above the Adaptive Card. |
title | An optional title to be displayed in the navigation bar above the Adaptive Card. |
Property Details
externalLink
An optional external link to be displayed in the navigation bar above the Adaptive Card.
/** @virtual */
get externalLink(): IExternalLinkParameters | undefined;
Property Value
IExternalLinkParameters | undefined
Remarks
If this method is not overriden or returns undefined, no link will be displayed.
title
An optional title to be displayed in the navigation bar above the Adaptive Card.
/** @virtual */
get title(): string;
Property Value
string
Remarks
If not overriden, the title displayed will be BaseAdaptiveCardExtension.title