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.getpropertypaneconfiguration

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

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

BaseAdaptiveCardExtension.getPropertyPaneConfiguration() method

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.

Get the Property Pane configuration for this Adaptive Card Extension. If an Adaptive Card Extension wants to use the Property Pane, then this method must be overriden.

Signature:

/** @virtual */
protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration;

Returns:

IPropertyPaneConfiguration

Remarks

Property Pane resources can be defer loaded to reduce bundle size. See BaseAdaptiveCardExtension.loadPropertyPaneResources().

Clone this wiki locally