HandleFdc3IntentResolutionContext
Context provided in handleIntentResolution callback
TypeScript
export interface HandleFdc3IntentResolutionContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| intentResolution | IntentResolution | The FDC3 Intent Resolution |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
intentResolution
The FDC3 Intent Resolution
TypeScript
intentResolution: IntentResolution;Property Value
IntentResolution
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any