This repository has been 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 Aug 19, 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 BaseComponentContext
Extends: 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 |