mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
16 lines
535 B
Markdown
16 lines
535 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-server](./kibana-plugin-plugins-expressions-server.md) > [ExpressionValueRender](./kibana-plugin-plugins-expressions-server.expressionvaluerender.md)
|
|
|
|
## ExpressionValueRender type
|
|
|
|
Represents an object that is intended to be rendered.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare type ExpressionValueRender<T> = ExpressionValueBoxed<typeof name, {
|
|
as: string;
|
|
value: T;
|
|
}>;
|
|
```
|