mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
13 lines
698 B
Markdown
13 lines
698 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) > [ExecutionContract](./kibana-plugin-plugins-expressions-public.executioncontract.md) > [getExpression](./kibana-plugin-plugins-expressions-public.executioncontract.getexpression.md)
|
|
|
|
## ExecutionContract.getExpression property
|
|
|
|
Get string representation of the expression. Returns the original string if execution was started from a string. If execution was started from an AST this method returns a string generated from AST.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getExpression: () => string;
|
|
```
|