mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
601 B
601 B
Home > kibana-plugin-plugins-expressions-server > Execution > input
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.
Signature:
input: Input;