HandleFdc3Context

Context used when handling incoming FDC3 messages

TypeScript
export interface HandleFdc3Context extends
Extends

BaseContext

Properties

PropertyTypeDescription
contextContextThe FDC3 Context
metadataContextMetadataThe FDC3 Context Metadata related to the context
adaptableContextanyCustom 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