Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp adaptive card extension base.baseadaptivecardextension.title

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-adaptive-card-extension-base > BaseAdaptiveCardExtension > title

BaseAdaptiveCardExtension.title property

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.

This value is displayed in Card and Quick view unless it is explicitly overridden by the Views. It is also displayed as the Property Pane title.

Signature:

/** @virtual */
get title(): string;

Remarks

By default, this will return the title defined in the manifest.

Clone this wiki locally