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 > IExpressionLoaderParams
IExpressionLoaderParams interface
Signature:
export interface IExpressionLoaderParams
Properties
Property | Type | Description |
---|---|---|
context | ExpressionValue |
|
customFunctions | [] |
|
customRenderers | [] |
|
disableCaching | boolean |
|
inspectorAdapters | Adapters |
|
onRenderError | RenderErrorHandlerFnType |
|
searchContext | ExecutionContextSearch |
|
uiState | unknown |
|
variables | Record<string, any> |