Type Alias: CustomFunctionContextCallback()<C>
CustomFunctionContextCallback<
C
>: () =>CustomFunctionContext
<C
>
Defined in: packages/core/src/types.ts:173
Custom function to get the context object.
To support custom function execution, you can pass the context object to the custom function (see CustomFunctionContext). You can also define a custom function to get the context object.
Type Parameters
• C