HandleFdc3IntentContext
Context used when handling incoming FDC3 Intents
TypeScript
export interface HandleFdc3IntentContext extendsExtends
Properties
| Property | Description |
|---|---|
| intent | The FDC3 Intent |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
intent
The FDC3 Intent
TypeScript
intent: Intent;Property Value
Intent
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any