Fdc3ContextOptions

Options for configuring FDC3 Context Behaviour in AdapTable

TypeScript
export interface

Properties

PropertyTypeDescription
broadcastsBroadcastConfigurationBroadcasts given standard Context(s) on various Grid Actions
handleContext(context:HandleFdc3Context) => voidHandles incoming Contexts (standard and custom)
listensForContextType[]Subscribe to given standard Context(s)

Property Details

broadcasts

Broadcasts given standard Context(s) on various Grid Actions

TypeScript
broadcasts?: BroadcastConfiguration;
Property Value

BroadcastConfiguration

handleContext

Handles incoming Contexts (standard and custom)

TypeScript
handleContext?: (context: HandleFdc3Context) => void;
Property Value

(context:HandleFdc3Context) => void

listensFor

Subscribe to given standard Context(s)

TypeScript
listensFor?: ContextType[];
Property Value

ContextType[]