mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
15 lines
601 B
Markdown
15 lines
601 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) > [Execution](./kibana-plugin-plugins-expressions-public.execution.md) > [input](./kibana-plugin-plugins-expressions-public.execution.input.md)
|
|
|
|
## Execution.input property
|
|
|
|
Initial input of the execution.
|
|
|
|
N.B. It is initialized to `null` rather than `undefined` for legacy reasons, because in legacy interpreter it was set to `null` by default.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
input: Input;
|
|
```
|