mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
24 lines
651 B
Markdown
24 lines
651 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) > [parseExpression](./kibana-plugin-plugins-expressions-public.parseexpression.md)
|
|
|
|
## parseExpression() function
|
|
|
|
Given expression pipeline string, returns parsed AST.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare function parseExpression(expression: string): ExpressionAstExpression;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| expression | <code>string</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`ExpressionAstExpression`
|
|
|