kibana/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.expressionrenderdefinition.name.md
2020-09-30 09:10:28 +02:00

13 lines
692 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) &gt; [ExpressionRenderDefinition](./kibana-plugin-plugins-expressions-public.expressionrenderdefinition.md) &gt; [name](./kibana-plugin-plugins-expressions-public.expressionrenderdefinition.name.md)
## 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.
<b>Signature:</b>
```typescript
name: string;
```