mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
1.7 KiB
1.7 KiB
Home > kibana-plugin-plugins-expressions-public > ReactExpressionRendererProps
ReactExpressionRendererProps interface
Signature:
export interface ReactExpressionRendererProps extends IExpressionLoaderParams
Properties
Property | Type | Description |
---|---|---|
className | string |
|
dataAttrs | string[] |
|
expression | string | ExpressionAstExpression |
|
onEvent | (event: ExpressionRendererEvent) => void |
|
padding | 'xs' | 's' | 'm' | 'l' | 'xl' |
|
reload$ | Observable<unknown> |
An observable which can be used to re-run the expression without destroying the component |
renderError | (message?: string | null, error?: ExpressionRenderError | null) => React.ReactElement | React.ReactElement[] |