This repository was archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
sp adaptive card extension base.adaptivecardextensioncontext
John Nguyen edited this page Apr 22, 2021
·
3 revisions
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 |
|---|---|---|---|
| manifest | IAdaptiveCardExtensionManifest<unknown> | (BETA) See BaseComponentContext.manifest | |
| propertyPane | IPropertyPaneAccessor | undefined | (BETA) See IPropertyPaneAccessor |