mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
798 B
798 B
Home > kibana-plugin-plugins-expressions-server > ExpressionFunctionDefinition > fn
ExpressionFunctionDefinition.fn() method
The actual implementation of the function.
Signature:
fn(input: Input, args: Arguments, context: Context): Output;
Parameters
Parameter | Type | Description |
---|---|---|
input | Input |
|
args | Arguments |
|
context | Context |
Returns:
Output