kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.executioncontract.getexpression.md
2020-09-30 09:10:28 +02:00

698 B

Home > kibana-plugin-plugins-expressions-public > ExecutionContract > getExpression

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.

Signature:

getExpression: () => string;