mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
698 B
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;