mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
13 lines
659 B
Markdown
13 lines
659 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExpressionRenderDefinition](./kibana-plugin-plugins-expressions-public.expressionrenderdefinition.md) > [render](./kibana-plugin-plugins-expressions-public.expressionrenderdefinition.render.md)
|
|
|
|
## ExpressionRenderDefinition.render property
|
|
|
|
The function called to render the output data of an expression.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
render: (domNode: HTMLElement, config: Config, handlers: IInterpreterRenderHandlers) => void | Promise<void>;
|
|
```
|