mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
578 B
578 B
Home > kibana-plugin-plugins-expressions-server > ExpressionFunction > fn
ExpressionFunction.fn property
Function to run function (context, args)
Signature:
fn: (input: ExpressionValue, params: Record<string, any>, handlers: object) => ExpressionValue;