HandleFdc3IntentContext

Context used when handling incoming FDC3 Intents

TypeScript
export interface HandleFdc3IntentContext extends
Extends

HandleFdc3Context

Properties

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