kibana/docs/development/plugins/expressions/server/kibana-plugin-plugins-expressions-server.expressionrenderdefinition.displayname.md
Daniil Suleiman b692c374a2
Timelion visualization renderer (#78540)
* 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>
2020-10-01 17:08:12 +03:00

595 B

Home > kibana-plugin-plugins-expressions-server > ExpressionRenderDefinition > displayName

ExpressionRenderDefinition.displayName property

A user friendly name of the renderer as will be displayed to user in UI.

Signature:

displayName?: string;