mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
670 B
670 B
Home > kibana-plugin-plugins-expressions-public > ExecutionContract > getData
ExecutionContract.getData property
Returns the final output of expression, if any error happens still wraps that error into ExpressionValueError
type and returns that. This function never throws.
Signature:
getData: () => Promise<Output | ExpressionValueError>;