mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
589 B
589 B
Home > kibana-plugin-plugins-expressions-public > ExpressionRenderDefinition > validate
ExpressionRenderDefinition.validate property
Used to validate the data before calling the render function.
Signature:
validate?: () => undefined | Error;