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