ExpressionFunctionHandler
The javascript function which is invoked by an AdaptableQL Function
TypeScript
export type ExpressionFunctionHandler = (
args: any[],
context: ExpressionContext) => any;The javascript function which is invoked by an AdaptableQL Function
export type ExpressionFunctionHandler = (
args: any[],
context: ExpressionContext) => any;