mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
* Update styles * Implement toExpressionAst fn * Implement renderer * Update unit tests * Add unit tests * Update types * Remove unused vars * Fix types * Update types * Show error message when no data * Update ExpressionRenderDefinition api * Update renderer when there is no data * Make options component lazy Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
595 B
595 B
Home > kibana-plugin-plugins-expressions-public > ExpressionRenderDefinition > displayName
ExpressionRenderDefinition.displayName property
A user friendly name of the renderer as will be displayed to user in UI.
Signature:
displayName?: string;