HandleFdc3Context
Context used when handling incoming FDC3 messages
TypeScript
export interface HandleFdc3Context extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| context | Context | The FDC3 Context |
| metadata | ContextMetadata | The FDC3 Context Metadata related to the context |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
context
The FDC3 Context
TypeScript
context: Context;Property Value
Context
metadata
The FDC3 Context Metadata related to the context
TypeScript
metadata?: ContextMetadata;Property Value
ContextMetadata
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any