mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
26 lines
798 B
Markdown
26 lines
798 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExpressionFunctionDefinition](./kibana-plugin-plugins-expressions-public.expressionfunctiondefinition.md) > [fn](./kibana-plugin-plugins-expressions-public.expressionfunctiondefinition.fn.md)
|
|
|
|
## ExpressionFunctionDefinition.fn() method
|
|
|
|
The actual implementation of the function.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
fn(input: Input, args: Arguments, context: Context): Output;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| input | <code>Input</code> | |
|
|
| args | <code>Arguments</code> | |
|
|
| context | <code>Context</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`Output`
|
|
|