Fdc3ContextOptions

Options for configuring FDC3 Context Behaviour in AdapTable

TypeScript
export interface

Properties

PropertyDescription
broadcastsBroadcasts given standard Context(s) on various Grid Actions
handleContextHandles incoming Contexts (standard and custom)
listensForSubscribe 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[]