mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
1.5 KiB
1.5 KiB
Home > kibana-plugin-plugins-expressions-server > ExpressionRenderer
ExpressionRenderer class
Signature:
export declare class ExpressionRenderer<Config = unknown>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(config) | Constructs a new instance of the ExpressionRenderer class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayName | string |
||
help | string |
||
name | string |
||
render | ExpressionRenderDefinition<Config>['render'] |
||
reuseDomNode | boolean |
||
validate | () => void | Error |