Fdc3ContextOptions
Options for configuring FDC3 Context Behaviour in AdapTable
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| broadcasts | Broadcasts given standard Context(s) on various Grid Actions |
| handleContext | Handles incoming Contexts (standard and custom) |
| listensFor | Subscribe to given standard Context(s) |
Property Details
broadcasts
Broadcasts given standard Context(s) on various Grid Actions
TypeScript
broadcasts?: BroadcastConfiguration;Property Value
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[]