BaseQuickView class

Base class for an Adaptive Card view.

Extends

BaseView<TProperties, TState>

Properties

externalLink

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

An optional external link to be displayed in the navigation bar above the Adaptive Card.

/** @virtual */
get externalLink(): IExternalLinkParameters | undefined;

Property Value

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