HandleFdc3Context

Context used when handling incoming FDC3 messages

TypeScript
export interface HandleFdc3Context extends
Extends

BaseContext

Properties

PropertyDescription
contextThe FDC3 Context
metadataThe FDC3 Context Metadata related to the context
adaptableContextCustom 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