mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
13 lines
664 B
Markdown
13 lines
664 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-server](./kibana-plugin-plugins-expressions-server.md) > [ExecutionParams](./kibana-plugin-plugins-expressions-server.executionparams.md) > [debug](./kibana-plugin-plugins-expressions-server.executionparams.debug.md)
|
|
|
|
## ExecutionParams.debug property
|
|
|
|
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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
debug?: boolean;
|
|
```
|