sp adaptive card extension base.adaptivecardextensioncontext - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-adaptive-card-extension-base > AdaptiveCardExtensionContext
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.
Adaptive Card Extension context object.
Signature:
export declare class AdaptiveCardExtensionContext extends BaseComponentContextExtends: BaseComponentContext
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the AdaptiveCardExtensionContext class.
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deviceContext | DeviceContext | (BETA) | |
| manifest | IAdaptiveCardExtensionManifest<unknown> | (BETA) See BaseComponentContext.manifest | |
| propertyPane | IPropertyPaneAccessor | undefined | (BETA) See IPropertyPaneAccessor |