HandleFdc3IntentResolutionContext

Context provided in handleIntentResolution callback

TypeScript
export interface HandleFdc3IntentResolutionContext extends
Extends

BaseContext

Properties

PropertyDescription
intentResolutionThe FDC3 Intent Resolution
adaptableContextCustom 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