AboutSupportDeveloper GuideVersion 2.0.0
ContextActionHandler: ((context) => BloombergAction | Promise<BloombergAction>)

Function that accepts a context object as a parameter and returns an action to be executed in the Terminal.

Type declaration

Returns

The action that will be executed in the Terminal, which can be a Terminal function or a Launchpad group update. Alternatively, returning null will do nothing.

Generated using TypeDoc