mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
1.3 KiB
1.3 KiB
Home > kibana-plugin-plugins-expressions-server > ExecutionParams
ExecutionParams interface
Signature:
export interface ExecutionParams<ExtraContext extends Record<string, unknown> = Record<string, unknown>>
Properties
Property | Type | Description |
---|---|---|
ast | ExpressionAstExpression |
|
context | ExtraContext |
|
debug | boolean |
Whether to execute expression in *debug mode*. In *debug mode* inputs and outputs as well as all resolved arguments and time it took to execute each function are saved and are available for introspection. |
executor | Executor<any> |
|
expression | string |