mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
692 B
692 B
Home > kibana-plugin-plugins-expressions-server > ExpressionRenderDefinition > name
ExpressionRenderDefinition.name property
Technical name of the renderer, used as ID to identify renderer in expression renderer registry. This must match the name of the expression function that is used to create the type: render
object.
Signature:
name: string;