sp adaptive card extension base.baseadaptivecardextension.getpropertypaneconfiguration - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-adaptive-card-extension-base > BaseAdaptiveCardExtension > getPropertyPaneConfiguration
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
Property Pane resources can be defer loaded to reduce bundle size. See BaseAdaptiveCardExtension.loadPropertyPaneResources().