mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
15401 lines
No EOL
521 KiB
JSON
15401 lines
No EOL
521 KiB
JSON
{
|
|
"id": "visualizations",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "BaseVisType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.BaseVisType",
|
|
"text": "BaseVisType"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.note",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "note",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.getSupportedTriggers",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSupportedTriggers",
|
|
"description": [],
|
|
"signature": [
|
|
"((params?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
" | undefined) => string[]) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.navigateToLens",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "navigateToLens",
|
|
"description": [],
|
|
"signature": [
|
|
"((vis?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams> | undefined, timeFilter?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.NavigateToLensContext",
|
|
"text": "NavigateToLensContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Configuration",
|
|
"text": "Configuration"
|
|
},
|
|
"> | null> | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.getExpressionVariables",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getExpressionVariables",
|
|
"description": [],
|
|
"signature": [
|
|
"((vis?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams> | undefined, timeFilter?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
},
|
|
" | undefined) => Promise<Record<string, unknown>>) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.icon",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"signature": [
|
|
"IconType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.image",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "image",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.stage",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "stage",
|
|
"description": [],
|
|
"signature": [
|
|
"\"experimental\" | \"beta\" | \"production\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.isDeprecated",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isDeprecated",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.group",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "group",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisGroups",
|
|
"text": "VisGroups"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.titleInWizard",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "titleInWizard",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.options",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"VisTypeOptions"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.visConfig",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "visConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.editorConfig",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "editorConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.hidden",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hidden",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.requiresSearch",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresSearch",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.suppressWarnings",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "suppressWarnings",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => boolean) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.hasPartialRows",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hasPartialRows",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | ((vis: { params: TVisParams; }) => boolean)"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.hierarchicalData",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hierarchicalData",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | ((vis: { params: TVisParams; }) => boolean)"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"((vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>) => Promise<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>>) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.getUsedIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getUsedIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"((visParams: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[] | Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.inspectorAdapters",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "inspectorAdapters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
" | (() => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.fetchDatatable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "fetchDatatable",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.toExpressionAst",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toExpressionAst",
|
|
"description": [],
|
|
"signature": [
|
|
"(vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>, params: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
" | Promise<",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.toExpressionAst.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.toExpressionAst.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.getInfoMessage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInfoMessage",
|
|
"description": [],
|
|
"signature": [
|
|
"((vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">) => React.ReactNode) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.updateVisTypeOnParamsChange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateVisTypeOnParamsChange",
|
|
"description": [],
|
|
"signature": [
|
|
"((params: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
") => string | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.schemas",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schemas",
|
|
"description": [],
|
|
"signature": [
|
|
"Schemas"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "opts",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisTypeDefinition",
|
|
"text": "VisTypeDefinition"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "PersistedState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.PersistedState",
|
|
"text": "PersistedState"
|
|
},
|
|
" extends EventEmitter"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.Unnamed.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.Unnamed.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "path",
|
|
"description": [],
|
|
"signature": [
|
|
"PersistedStatePath | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [],
|
|
"signature": [
|
|
"(key?: PersistedStateKey, defaultValue?: any) => any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.get.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"PersistedStateKey"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.get.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.set",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "set",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: any, value?: any) => this"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.set.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.set.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.setSilent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setSilent",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: any, value?: any) => this | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.setSilent.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.setSilent.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.clearAllKeys",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "clearAllKeys",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.reset",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "reset",
|
|
"description": [],
|
|
"signature": [
|
|
"(path: PersistedStatePath) => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.reset.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "path",
|
|
"description": [],
|
|
"signature": [
|
|
"PersistedStatePath"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.getChanges",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getChanges",
|
|
"description": [],
|
|
"signature": [
|
|
"() => any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.toJSON",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toJSON",
|
|
"description": [],
|
|
"signature": [
|
|
"() => any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.toString",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toString",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.fromString",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fromString",
|
|
"description": [],
|
|
"signature": [
|
|
"(input: string) => this"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.PersistedState.fromString.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "input",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "Vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.type",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.BaseVisType",
|
|
"text": "BaseVisType"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.params",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"TVisParams"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.uiState",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.PersistedState",
|
|
"text": "PersistedState"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.Unnamed.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "visType",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.Unnamed.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "visState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVis",
|
|
"text": "SerializedVis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.setState",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setState",
|
|
"description": [],
|
|
"signature": [
|
|
"(inState: PartialVisState) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.setState.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "inState",
|
|
"description": [],
|
|
"signature": [
|
|
"PartialVisState"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.clone",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "clone",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.serialize",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "serialize",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVis",
|
|
"text": "SerializedVis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.isHierarchical",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isHierarchical",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "VisualizeEmbeddable",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeEmbeddable",
|
|
"text": "VisualizeEmbeddable"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.Embeddable",
|
|
"text": "Embeddable"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
", ",
|
|
"VisualizeOutput",
|
|
", any> implements ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ReferenceOrValueEmbeddable",
|
|
"text": "ReferenceOrValueEmbeddable"
|
|
},
|
|
"<",
|
|
"VisualizeByValueInput",
|
|
", ",
|
|
"VisualizeByReferenceInput",
|
|
">,",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.FilterableEmbeddable",
|
|
"text": "FilterableEmbeddable"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"visualization\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timefilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.Unnamed.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ vis, editPath, editUrl, indexPatterns, deps, capabilities }",
|
|
"description": [],
|
|
"signature": [
|
|
"VisualizeEmbeddableConfiguration"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.Unnamed.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "initialInput",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.Unnamed.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "attributeService",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.AttributeService",
|
|
"text": "AttributeService"
|
|
},
|
|
"<",
|
|
"VisualizeSavedObjectAttributes",
|
|
", ",
|
|
"VisualizeByValueInput",
|
|
", ",
|
|
"VisualizeByReferenceInput",
|
|
", unknown> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.Unnamed.$5",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "parent",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IContainer",
|
|
"text": "IContainer"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerInput",
|
|
"text": "ContainerInput"
|
|
},
|
|
"<{}>, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerOutput",
|
|
"text": "ContainerOutput"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.reportsEmbeddableLoad",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "reportsEmbeddableLoad",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getDescription",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDescription",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getVis",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getVis",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFilters",
|
|
"description": [
|
|
"\nGets the Visualize embeddable's local filters"
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"Local/panel-level array of filters for Visualize embeddable"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getQuery",
|
|
"description": [
|
|
"\nGets the Visualize embeddable's local query"
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"Local/panel-level query for Visualize embeddable"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getInspectorAdapters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInspectorAdapters",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.openInspector",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "openInspector",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "@kbn/core-mount-utils-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreMountUtilsBrowserPluginApi",
|
|
"section": "def-common.OverlayRef",
|
|
"text": "OverlayRef"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.transferCustomizationsToUiState",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "transferCustomizationsToUiState",
|
|
"description": [
|
|
"\nTransfers all changes in the containerState.customization into\nthe uiState of this visualization."
|
|
],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.hasInspector",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasInspector",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.onContainerLoading",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onContainerLoading",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.onContainerData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onContainerData",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.onContainerRender",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onContainerRender",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.onContainerError",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onContainerError",
|
|
"description": [],
|
|
"signature": [
|
|
"(error: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "public",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-public.ExpressionRenderError",
|
|
"text": "ExpressionRenderError"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.onContainerError.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "public",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-public.ExpressionRenderError",
|
|
"text": "ExpressionRenderError"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.render",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "render",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"(domNode: HTMLElement) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.render.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "domNode",
|
|
"description": [],
|
|
"signature": [
|
|
"HTMLElement"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.destroy",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "destroy",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.reload",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "reload",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<void>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.supportedTriggers",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "supportedTriggers",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getExpressionVariables$",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getExpressionVariables$",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"Observable",
|
|
"<Record<string, unknown> | undefined>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.inputIsRefType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "inputIsRefType",
|
|
"description": [],
|
|
"signature": [
|
|
"(input: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
") => input is ",
|
|
"VisualizeByReferenceInput"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.inputIsRefType.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "input",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getInputAsValueType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInputAsValueType",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"VisualizeByValueInput",
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddable.getInputAsRefType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInputAsRefType",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"VisualizeByReferenceInput",
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getDataViewByIndexPatternId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDataViewByIndexPatternId",
|
|
"description": [],
|
|
"signature": [
|
|
"(indexPatternId: string | undefined, dataViews: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsServicePublic",
|
|
"text": "DataViewsServicePublic"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/convert_to_lens/datasource.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getDataViewByIndexPatternId.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/convert_to_lens/datasource.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getDataViewByIndexPatternId.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsServicePublic",
|
|
"text": "DataViewsServicePublic"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/convert_to_lens/datasource.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getFullPath",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFullPath",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getFullPath.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getVisSchemas",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getVisSchemas",
|
|
"description": [],
|
|
"signature": [
|
|
"<TVisParams>(vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>, params: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
},
|
|
") => ",
|
|
"Schemas"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getVisSchemas.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getVisSchemas.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.prepareLogTable",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "prepareLogTable",
|
|
"description": [],
|
|
"signature": [
|
|
"(datatable: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", dimensions: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Dimension",
|
|
"text": "Dimension"
|
|
},
|
|
"[], removeUnmappedColumns?: boolean) => { columns: { meta: { dimensionName: string | undefined; type: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumnType",
|
|
"text": "DatatableColumnType"
|
|
},
|
|
"; field?: string | undefined; index?: string | undefined; params?: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
"> | undefined; source?: string | undefined; sourceParams?: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; }; id: string; name: string; }[]; type: \"datatable\"; meta?: ",
|
|
"DatatableMeta",
|
|
" | undefined; rows: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableRow",
|
|
"text": "DatatableRow"
|
|
},
|
|
"[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.prepareLogTable.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "datatable",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.prepareLogTable.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "dimensions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Dimension",
|
|
"text": "Dimension"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.prepareLogTable.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "removeUnmappedColumns",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.updateOldState",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateOldState",
|
|
"description": [],
|
|
"signature": [
|
|
"(oldState: unknown) => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SavedVisState",
|
|
"text": "SavedVisState"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/legacy/vis_update_state.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.updateOldState.$1",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "oldState",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "src/plugins/visualizations/public/legacy/vis_update_state.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.urlFor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "urlFor",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.urlFor.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationContainer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "VisualizationContainer",
|
|
"description": [],
|
|
"signature": [
|
|
"({ \"data-test-subj\": dataTestSubj, className, children, handlers, showNoResult, error, renderComplete, }: ",
|
|
"VisualizationContainerProps",
|
|
") => JSX.Element"
|
|
],
|
|
"path": "src/plugins/visualizations/public/components/visualization_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationContainer.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n 'data-test-subj': dataTestSubj = '',\n className,\n children,\n handlers,\n showNoResult = false,\n error,\n renderComplete,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"VisualizationContainerProps"
|
|
],
|
|
"path": "src/plugins/visualizations/public/components/visualization_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DateHistogramParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams.date",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "date",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams.interval",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "interval",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams.intervalESValue",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "intervalESValue",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams.intervalESUnit",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "intervalESUnit",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams.format",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DateHistogramParams.bounds",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "bounds",
|
|
"description": [],
|
|
"signature": [
|
|
"{ min: string | number; max: string | number; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EditorRenderProps",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.core",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.timeRange",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.query",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.savedSearch",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.uiState",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.PersistedState",
|
|
"text": "PersistedState"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.unifiedSearch",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "unifiedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "unifiedSearch",
|
|
"scope": "public",
|
|
"docId": "kibUnifiedSearchPluginApi",
|
|
"section": "def-public.UnifiedSearchPublicPluginStart",
|
|
"text": "UnifiedSearchPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.linked",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "linked",
|
|
"description": [
|
|
"\nFlag to determine if visualiztion is linked to the saved search"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.FakeParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FakeParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.FakeParams.defaultValue",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GetVisOptions",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.searchSource",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
|
|
"section": "def-common.SavedObjectsMigrationVersion",
|
|
"text": "SavedObjectsMigrationVersion"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.savedSearchId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.indexPattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.HistogramParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HistogramParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.HistogramParams.interval",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "interval",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.IEditorController",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IEditorController",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.IEditorController.render",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "render",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.EditorRenderProps",
|
|
"text": "EditorRenderProps"
|
|
},
|
|
") => void | Promise<void>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.IEditorController.render.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.EditorRenderProps",
|
|
"text": "EditorRenderProps"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.IEditorController.destroy",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "destroy",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ISavedVis",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.visState",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "visState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.SavedVisState",
|
|
"text": "SavedVisState"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.searchSourceFields",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSourceFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SerializedSearchSourceFields",
|
|
"text": "SerializedSearchSourceFields"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.uiStateJSON",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiStateJSON",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.savedSearchRefName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchRefName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.savedSearchId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.sharingSavedObjectProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sharingSavedObjectProps",
|
|
"description": [],
|
|
"signature": [
|
|
"{ outcome?: \"conflict\" | \"exactMatch\" | \"aliasMatch\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISchemas",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ISchemas",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISchemas.AggGroupNames.Buckets",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "[AggGroupNames.Buckets]",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Schema",
|
|
"text": "Schema"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISchemas.AggGroupNames.Metrics",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "[AggGroupNames.Metrics]",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Schema",
|
|
"text": "Schema"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISchemas.all",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "all",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Schema",
|
|
"text": "Schema"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Schema",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.aggFilter",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "aggFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.group",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "group",
|
|
"description": [],
|
|
"signature": [
|
|
"\"none\" | \"metrics\" | \"buckets\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.max",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "max",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.min",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "min",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.params",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.AggParam",
|
|
"text": "AggParam"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.defaults",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "defaults",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.hideCustomLabel",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideCustomLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.mustBeFirst",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "mustBeFirst",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.aggSettings",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "aggSettings",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.disabled",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "disabled",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.tooltip",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "tooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SerializedVis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVis",
|
|
"text": "SerializedVis"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.params",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.uiState",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVisData",
|
|
"text": "SerializedVisData"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SerializedVisData",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData.expression",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "expression",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData.aggs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; schema?: string | undefined; }[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type?: string | undefined; query?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined; filter?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined; sort?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.EsQuerySortValue",
|
|
"text": "EsQuerySortValue"
|
|
},
|
|
"[] | undefined; highlight?: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; highlightAll?: boolean | undefined; trackTotalHits?: number | boolean | undefined; aggs?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; schema?: string | undefined; }[] | undefined; from?: number | undefined; size?: number | undefined; source?: boolean | ",
|
|
"Fields",
|
|
" | undefined; version?: boolean | undefined; fields?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchFieldValue",
|
|
"text": "SearchFieldValue"
|
|
},
|
|
"[] | undefined; fieldsFromSource?: ",
|
|
"Fields",
|
|
" | undefined; index?: string | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
" | undefined; searchAfter?: ",
|
|
"SortResults",
|
|
" | undefined; timeout?: string | undefined; terminate_after?: number | undefined; parent?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SerializedSearchSourceFields",
|
|
"text": "SerializedSearchSourceFields"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData.savedSearchId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisData",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData.ast",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ast",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData.aggs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.AggConfigs",
|
|
"text": "AggConfigs"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData.indexPattern",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.ISearchSource",
|
|
"text": "ISearchSource"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData.savedSearchId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisEditorOptionsProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisEditorOptionsProps",
|
|
"text": "VisEditorOptionsProps"
|
|
},
|
|
"<VisParamType>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.aggs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.AggConfigs",
|
|
"text": "AggConfigs"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.hasHistogramAgg",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasHistogramAgg",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.isTabSelected",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isTabSelected",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.stateParams",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "stateParams",
|
|
"description": [],
|
|
"signature": [
|
|
"VisParamType"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.vis",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.uiState",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.PersistedState",
|
|
"text": "PersistedState"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setValue",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setValue",
|
|
"description": [],
|
|
"signature": [
|
|
"<T extends keyof VisParamType>(paramName: T, value: VisParamType[T]) => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setValue.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "paramName",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setValue.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"VisParamType[T]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setValidity",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setValidity",
|
|
"description": [],
|
|
"signature": [
|
|
"(isValid: boolean) => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setValidity.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isValid",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setTouched",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setTouched",
|
|
"description": [],
|
|
"signature": [
|
|
"(isTouched: boolean) => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.setTouched.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isTouched",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisParams.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: any",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: any"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisSavedObject",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisSavedObject",
|
|
"text": "VisSavedObject"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.ISavedVis",
|
|
"text": "ISavedVis"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.lastSavedTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lastSavedTitle",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.getEsType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEsType",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.getDisplayName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDisplayName",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.displayName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "displayName",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
|
|
"section": "def-common.SavedObjectsMigrationVersion",
|
|
"text": "SavedObjectsMigrationVersion"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.ISearchSource",
|
|
"text": "ISearchSource"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.version",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.tags",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "tags",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAstParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisToExpressionAstParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAstParams.timefilter",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timefilter",
|
|
"description": [],
|
|
"signature": [
|
|
"{ isTimeRangeSelectorEnabled: () => boolean; isAutoRefreshSelectorEnabled: () => boolean; isTimeTouched: () => boolean; isRefreshIntervalTouched: () => boolean; getEnabledUpdated$: () => ",
|
|
"Observable",
|
|
"<boolean>; getTimeUpdate$: () => ",
|
|
"Observable",
|
|
"<void>; getRefreshIntervalUpdate$: () => ",
|
|
"Observable",
|
|
"<void>; getAutoRefreshFetch$: () => ",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.AutoRefreshDoneFn",
|
|
"text": "AutoRefreshDoneFn"
|
|
},
|
|
">; getFetch$: () => ",
|
|
"Observable",
|
|
"<void>; getTime: () => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
"; getAbsoluteTime: () => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
"; setTime: (time: ",
|
|
"InputTimeRange",
|
|
") => void; getRefreshInterval: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.RefreshInterval",
|
|
"text": "RefreshInterval"
|
|
},
|
|
"; setRefreshInterval: (refreshInterval: Partial<",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.RefreshInterval",
|
|
"text": "RefreshInterval"
|
|
},
|
|
">) => void; createFilter: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", timeRange?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ScriptedRangeFilter",
|
|
"text": "ScriptedRangeFilter"
|
|
},
|
|
" | ",
|
|
"MatchAllRangeFilter",
|
|
" | undefined; createRelativeFilter: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", timeRange?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.RangeFilter",
|
|
"text": "RangeFilter"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.ScriptedRangeFilter",
|
|
"text": "ScriptedRangeFilter"
|
|
},
|
|
" | ",
|
|
"MatchAllRangeFilter",
|
|
" | undefined; getBounds: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.TimeRangeBounds",
|
|
"text": "TimeRangeBounds"
|
|
},
|
|
"; calculateBounds: (timeRange: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.TimeRangeBounds",
|
|
"text": "TimeRangeBounds"
|
|
},
|
|
"; getActiveBounds: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.TimeRangeBounds",
|
|
"text": "TimeRangeBounds"
|
|
},
|
|
" | undefined; enableTimeRangeSelector: () => void; disableTimeRangeSelector: () => void; enableAutoRefreshSelector: () => void; disableAutoRefreshSelector: () => void; getTimeDefaults: () => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
"; getRefreshIntervalDefaults: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.RefreshInterval",
|
|
"text": "RefreshInterval"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAstParams.timeRange",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "timeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAstParams.abortSignal",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "abortSignal",
|
|
"description": [],
|
|
"signature": [
|
|
"AbortSignal | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisTypeAlias",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.aliasPath",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "aliasPath",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.aliasApp",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "aliasApp",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.icon",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.promotion",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "promotion",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.note",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "note",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.getSupportedTriggers",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSupportedTriggers",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => string[]) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.stage",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "stage",
|
|
"description": [],
|
|
"signature": [
|
|
"\"experimental\" | \"beta\" | \"production\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.isDeprecated",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isDeprecated",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeAlias.appExtensions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "appExtensions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [appName: string]: unknown; visualizations: ",
|
|
"VisualizationsAppExtension",
|
|
"; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisTypeDefinition",
|
|
"description": [
|
|
"\nA visualization type definition representing a spec of one specific type of \"classical\"\nvisualizations (i.e. not Lens visualizations)."
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisTypeDefinition",
|
|
"text": "VisTypeDefinition"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [
|
|
"\nVisualization unique name"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [
|
|
"\nIt is the displayed text on the wizard and the vis listing"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [
|
|
"\nIf given, it will be diplayed on the wizard vis card as the main description."
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.note",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "note",
|
|
"description": [
|
|
"\nIf given, it will be diplayed on the wizard vis card as a note in italic."
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getSupportedTriggers",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSupportedTriggers",
|
|
"description": [
|
|
"\nIf given, it will return the supported triggers for this vis."
|
|
],
|
|
"signature": [
|
|
"((params?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
" | undefined) => string[]) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getSupportedTriggers.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.navigateToLens",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "navigateToLens",
|
|
"description": [
|
|
"\nIf given, it will navigateToLens with the given viz params.\nEvery visualization that wants to be edited also in Lens should have this function.\nIt receives the current visualization params as a parameter and should return the correct config\nin order to be displayed in the Lens editor."
|
|
],
|
|
"signature": [
|
|
"((vis?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams> | undefined, timeFilter?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.NavigateToLensContext",
|
|
"text": "NavigateToLensContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Configuration",
|
|
"text": "Configuration"
|
|
},
|
|
"> | null> | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.navigateToLens.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.navigateToLens.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getExpressionVariables",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getExpressionVariables",
|
|
"description": [
|
|
"\nIf given, it will provide variables for expression params.\nEvery visualization that wants to add variables for expression params should have this method."
|
|
],
|
|
"signature": [
|
|
"((vis?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams> | undefined, timeFilter?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
},
|
|
" | undefined) => Promise<Record<string, unknown>>) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getExpressionVariables.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getExpressionVariables.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-public.TimefilterContract",
|
|
"text": "TimefilterContract"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getUsedIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getUsedIndexPattern",
|
|
"description": [
|
|
"\nSome visualizations are created without SearchSource and may change the used indexes during the visualization configuration.\nUsing this method we can rewrite the standard mechanism for getting used indexes"
|
|
],
|
|
"signature": [
|
|
"((visParams: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[] | Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getUsedIndexPattern.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "visParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.isAccessible",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isAccessible",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.icon",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [
|
|
"\nIt is the visualization icon, displayed on the wizard."
|
|
],
|
|
"signature": [
|
|
"IconType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.image",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "image",
|
|
"description": [
|
|
"\nExcept from an icon, an image can be passed"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.stage",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "stage",
|
|
"description": [
|
|
"\nDescribes the visualization stage"
|
|
],
|
|
"signature": [
|
|
"\"experimental\" | \"beta\" | \"production\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.isDeprecated",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isDeprecated",
|
|
"description": [
|
|
"\nIt sets the vis type on a deprecated mode when is true"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.suppressWarnings",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "suppressWarnings",
|
|
"description": [
|
|
"\nIf returns true, no warning toasts will be shown"
|
|
],
|
|
"signature": [
|
|
"(() => boolean) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.group",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "group",
|
|
"description": [
|
|
"\nDescribes the experience group that the visualization belongs.\nIt can be on tools, aggregation based or promoted group."
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisGroups",
|
|
"text": "VisGroups"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.titleInWizard",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "titleInWizard",
|
|
"description": [
|
|
"\nIf given, it will be displayed on the wizard instead of the title.\nWe use it because we want to differentiate the vis title from the\nway it is presented on the wizard"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.requiresSearch",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "requiresSearch",
|
|
"description": [
|
|
"\nThe flag is necessary for aggregation based visualizations.\nWhen \"true\", an additional step on the vis creation wizard will be provided\nwith the selection of a search source - an index pattern or a saved search."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.hasPartialRows",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hasPartialRows",
|
|
"description": [
|
|
"\nIn case when the visualization performs an aggregation, this option will be used to display or hide the rows with partial data."
|
|
],
|
|
"signature": [
|
|
"boolean | ((vis: { params: TVisParams; }) => boolean) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.hierarchicalData",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hierarchicalData",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | ((vis: { params: TVisParams; }) => boolean) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.inspectorAdapters",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "inspectorAdapters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
" | (() => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getInfoMessage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInfoMessage",
|
|
"description": [
|
|
"\nWhen specified this visualization is deprecated. This function\nshould return a ReactElement that will render a deprecation warning.\nIt will be shown in the editor when editing/creating visualizations\nof this type."
|
|
],
|
|
"signature": [
|
|
"((vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">) => React.ReactNode) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.getInfoMessage.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.fetchDatatable",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "fetchDatatable",
|
|
"description": [
|
|
"\nWhen truthy, it will perform a search and pass the results to the visualization as a `datatable`."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.toExpressionAst",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toExpressionAst",
|
|
"description": [
|
|
"\nShould be provided to expand base visualization expression with\ncustom exprsesion chain, including render expression.\nExplicit renderer should be registered in expressions plugin to render your visualization."
|
|
],
|
|
"signature": [
|
|
"(vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>, params: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
" | Promise<",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.toExpressionAst.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.toExpressionAst.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.updateVisTypeOnParamsChange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateVisTypeOnParamsChange",
|
|
"description": [
|
|
"\nShould be defined when the visualization type should change\nwhen certain params are changed"
|
|
],
|
|
"signature": [
|
|
"((params: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
") => string | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.updateVisTypeOnParamsChange.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"((vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>) => Promise<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>>) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.hidden",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hidden",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.options",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"VisTypeOptions",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.editorConfig",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "editorConfig",
|
|
"description": [
|
|
"\nConfig for the default editor.\nCustom editor can be specified."
|
|
],
|
|
"signature": [
|
|
"DefaultEditorConfig<TVisParams> | CustomEditorConfig"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.visConfig",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "visConfig",
|
|
"description": [
|
|
"\nHave the \"defaults\" prop with default params for a visualization.\nTODO: ideally should have next type: { defaults: TVisParams } , but currently\nhave incosistencies in legacy visLib visualizations"
|
|
],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizationListItem",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.editUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "editUrl",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.editApp",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "editApp",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.error",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.icon",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.stage",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "stage",
|
|
"description": [],
|
|
"signature": [
|
|
"\"experimental\" | \"beta\" | \"production\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.savedObjectType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedObjectType",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.getSupportedTriggers",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSupportedTriggers",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => string[]) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.typeTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "typeTitle",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.image",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "image",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationListItem.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.BaseVisType",
|
|
"text": "BaseVisType"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizeInput",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableInput",
|
|
"text": "EmbeddableInput"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.vis",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
"{ colors?: { [key: string]: string; } | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.savedVis",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedVis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVis",
|
|
"text": "SerializedVis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.renderMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "renderMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.RenderMode",
|
|
"text": "RenderMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.table",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "table",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.query",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.timeRange",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeRange",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.timeslice",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeslice",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.LegendSize",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "LegendSize",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisGroups",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "VisGroups",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_groups_enum.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ACTION_CONVERT_AGG_BASED_TO_LENS",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ACTION_CONVERT_AGG_BASED_TO_LENS",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ACTION_CONVERT_AGG_BASED_TO_LENS\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/triggers/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ACTION_CONVERT_TO_LENS",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ACTION_CONVERT_TO_LENS",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ACTION_CONVERT_TO_LENS\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/triggers/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.AGG_BASED_VISUALIZATION_TRIGGER",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "AGG_BASED_VISUALIZATION_TRIGGER",
|
|
"description": [],
|
|
"signature": [
|
|
"\"AGG_BASED_VISUALIZATION_TRIGGER\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/triggers/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.DEFAULT_LEGEND_SIZE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_LEGEND_SIZE",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendSize",
|
|
"text": "LegendSize"
|
|
},
|
|
".MEDIUM"
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Dimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Dimension",
|
|
"description": [],
|
|
"signature": [
|
|
"[DimensionColumn[] | undefined, string]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ExpressionValueVisDimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionValueVisDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"vis_dimension\"; } & { accessor: number | ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"; format: { id?: string | undefined; params?: Record<string, any> | undefined; }; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ExpressionValueXYDimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionValueXYDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"xy_dimension\"; } & { label: string; aggType: string; params: {} | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.DateHistogramParams",
|
|
"text": "DateHistogramParams"
|
|
},
|
|
" | ",
|
|
"HistogramParams",
|
|
" | ",
|
|
"FakeParams",
|
|
"; accessor: number | ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"; format: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SAVED_OBJECTS_LIMIT_SETTING",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SAVED_OBJECTS_LIMIT_SETTING",
|
|
"description": [],
|
|
"signature": [
|
|
"\"savedObjects:listingLimit\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SAVED_OBJECTS_PER_PAGE_SETTING",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SAVED_OBJECTS_PER_PAGE_SETTING",
|
|
"description": [],
|
|
"signature": [
|
|
"\"savedObjects:perPage\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SavedVisState",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SavedVisState",
|
|
"description": [],
|
|
"signature": [
|
|
"{ title: string; type: string; params: TVisParams; aggs: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; schema?: string | undefined; }[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SchemaConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [Agg in Aggs]: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.GenericSchemaConfig",
|
|
"text": "GenericSchemaConfig"
|
|
},
|
|
"<Agg>; }[Aggs]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAst",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisToExpressionAst",
|
|
"description": [],
|
|
"signature": [
|
|
"(vis: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>, params: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
" | Promise<",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAst.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<TVisParams>"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAst.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationStage",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisualizationStage",
|
|
"description": [],
|
|
"signature": [
|
|
"\"experimental\" | \"beta\" | \"production\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VISUALIZE_EDITOR_TRIGGER",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "VISUALIZE_EDITOR_TRIGGER",
|
|
"description": [],
|
|
"signature": [
|
|
"\"VISUALIZE_EDITOR_TRIGGER\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/triggers/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VISUALIZE_EMBEDDABLE_TYPE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "VISUALIZE_EMBEDDABLE_TYPE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"visualization\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VISUALIZE_ENABLE_LABS_SETTING",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "VISUALIZE_ENABLE_LABS_SETTING",
|
|
"description": [],
|
|
"signature": [
|
|
"\"visualize:enableLabs\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddableContract",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisualizeEmbeddableContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly type: \"visualization\"; render: (domNode: HTMLElement) => Promise<void>; readonly id: string; getExplicitInput: () => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
"; getDescription: () => string; destroy: () => void; readonly parent?: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IContainer",
|
|
"text": "IContainer"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerInput",
|
|
"text": "ContainerInput"
|
|
},
|
|
"<{}>, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerOutput",
|
|
"text": "ContainerOutput"
|
|
},
|
|
"> | undefined; getQuery: () => Promise<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined>; updateInput: (changes: Partial<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
">) => void; reportsEmbeddableLoad: () => boolean; getVis: () => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.Vis",
|
|
"text": "Vis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">; getFilters: () => Promise<",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]>; getInspectorAdapters: () => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
" | undefined; openInspector: () => ",
|
|
{
|
|
"pluginId": "@kbn/core-mount-utils-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreMountUtilsBrowserPluginApi",
|
|
"section": "def-common.OverlayRef",
|
|
"text": "OverlayRef"
|
|
},
|
|
" | undefined; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerData: () => void; onContainerRender: () => void; onContainerError: (error: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "public",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-public.ExpressionRenderError",
|
|
"text": "ExpressionRenderError"
|
|
},
|
|
") => void; reload: () => Promise<void>; supportedTriggers: () => string[]; getExpressionVariables$: () => ",
|
|
"Observable",
|
|
"<Record<string, unknown> | undefined>; inputIsRefType: (input: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
") => input is ",
|
|
"VisualizeByReferenceInput",
|
|
"; getInputAsValueType: () => Promise<",
|
|
"VisualizeByValueInput",
|
|
">; getInputAsRefType: () => Promise<",
|
|
"VisualizeByReferenceInput",
|
|
">; readonly runtimeId: number; readonly isContainer: boolean; readonly deferEmbeddableLoad: boolean; catchError?: ((error: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ErrorLike",
|
|
"text": "ErrorLike"
|
|
},
|
|
", domNode: Element | HTMLElement) => any) | undefined; fatalError?: Error | undefined; refreshInputFromParent: () => void; getIsContainer: () => this is ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IContainer",
|
|
"text": "IContainer"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerInput",
|
|
"text": "ContainerInput"
|
|
},
|
|
"<{}>, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerOutput",
|
|
"text": "ContainerOutput"
|
|
},
|
|
">; getUpdated$: () => Readonly<",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
" | ",
|
|
"VisualizeOutput",
|
|
">>; getInput$: () => Readonly<",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
">>; getOutput$: () => Readonly<",
|
|
"Observable",
|
|
"<",
|
|
"VisualizeOutput",
|
|
">>; getOutput: () => Readonly<",
|
|
"VisualizeOutput",
|
|
">; getExplicitInputIsEqual: (lastExplicitInput: Partial<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
">) => Promise<boolean>; getPersistableInput: () => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
"; getInput: () => Readonly<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
">; getTitle: () => string; getRoot: () => ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IEmbeddable",
|
|
"text": "IEmbeddable"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableInput",
|
|
"text": "EmbeddableInput"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.EmbeddableOutput",
|
|
"text": "EmbeddableOutput"
|
|
},
|
|
", any> | ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IContainer",
|
|
"text": "IContainer"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerInput",
|
|
"text": "ContainerInput"
|
|
},
|
|
"<{}>, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerOutput",
|
|
"text": "ContainerOutput"
|
|
},
|
|
">; updateOutput: (outputChanges: Partial<",
|
|
"VisualizeOutput",
|
|
">) => void; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddableFactoryContract",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisualizeEmbeddableFactoryContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly type: \"visualization\"; inject: (_state: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableStateWithType",
|
|
"text": "EmbeddableStateWithType"
|
|
},
|
|
", references: ",
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
|
|
"section": "def-common.SavedObjectReference",
|
|
"text": "SavedObjectReference"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableStateWithType",
|
|
"text": "EmbeddableStateWithType"
|
|
},
|
|
"; extract: (_state: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableStateWithType",
|
|
"text": "EmbeddableStateWithType"
|
|
},
|
|
") => { state: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableStateWithType",
|
|
"text": "EmbeddableStateWithType"
|
|
},
|
|
"; references: ",
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
|
|
"section": "def-common.SavedObjectReference",
|
|
"text": "SavedObjectReference"
|
|
},
|
|
"[]; }; create: (input: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
" & { savedVis?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVis",
|
|
"text": "SerializedVis"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
"> | undefined; }, parent?: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IContainer",
|
|
"text": "IContainer"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerInput",
|
|
"text": "ContainerInput"
|
|
},
|
|
"<{}>, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerOutput",
|
|
"text": "ContainerOutput"
|
|
},
|
|
"> | undefined) => Promise<",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ErrorEmbeddable",
|
|
"text": "ErrorEmbeddable"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeEmbeddable",
|
|
"text": "VisualizeEmbeddable"
|
|
},
|
|
" | ",
|
|
"DisabledLabEmbeddable",
|
|
" | undefined>; isEditable: () => Promise<boolean>; getDisplayName: () => any; createFromSavedObject: (savedObjectId: string, input: Partial<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
"> & { id: string; }, parent?: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.IContainer",
|
|
"text": "IContainer"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerInput",
|
|
"text": "ContainerInput"
|
|
},
|
|
"<{}>, ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ContainerOutput",
|
|
"text": "ContainerOutput"
|
|
},
|
|
"> | undefined) => Promise<",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.ErrorEmbeddable",
|
|
"text": "ErrorEmbeddable"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeEmbeddable",
|
|
"text": "VisualizeEmbeddable"
|
|
},
|
|
" | ",
|
|
"DisabledLabEmbeddable",
|
|
">; readonly savedObjectMetaData: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObjectMetaData",
|
|
"text": "SavedObjectMetaData"
|
|
},
|
|
"<VisualizationAttributes>; getCurrentAppId: () => Promise<string | undefined>; checkTitle: (props: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.OnSaveProps",
|
|
"text": "OnSaveProps"
|
|
},
|
|
") => Promise<boolean>; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.convertToLensModule",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "convertToLensModule",
|
|
"description": [],
|
|
"signature": [
|
|
"Promise<typeof ",
|
|
"src/plugins/visualizations/public/convert_to_lens/index",
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.LegendSizeToPixels",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LegendSizeToPixels",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly auto: undefined; readonly small: 80; readonly medium: 130; readonly large: 180; readonly xlarge: 230; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VIS_EVENT_TO_TRIGGER",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "VIS_EVENT_TO_TRIGGER",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/embeddable/events.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VIS_EVENT_TO_TRIGGER.applyFilter",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "applyFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"\"FILTER_TRIGGER\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/events.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VIS_EVENT_TO_TRIGGER.brush",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "brush",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SELECT_RANGE_TRIGGER\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/events.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VIS_EVENT_TO_TRIGGER.filter",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"\"VALUE_CLICK_TRIGGER\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/events.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VIS_EVENT_TO_TRIGGER.tableRowContextMenuClick",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "tableRowContextMenuClick",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ROW_CLICK_TRIGGER\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/events.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"setup": {
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationsSetup",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisualizationsSetup",
|
|
"description": [
|
|
"\nInterface for this plugin's returned setup/start contracts.\n"
|
|
],
|
|
"signature": [
|
|
"{ createBaseVisualization: <TVisParams>(config: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisTypeDefinition",
|
|
"text": "VisTypeDefinition"
|
|
},
|
|
"<TVisParams>) => void; registerAlias: (newVisTypeAlias: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisTypeAlias",
|
|
"text": "VisTypeAlias"
|
|
},
|
|
") => void; hideTypes: (typeNames: string[]) => void; } & { visEditorsRegistry: { registerDefault: (editor: ",
|
|
"VisEditorConstructor",
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">) => void; register: <TVisParams>(name: string, editor: ",
|
|
"VisEditorConstructor",
|
|
"<TVisParams>) => void; get: (name: string) => ",
|
|
"VisEditorConstructor",
|
|
"<any> | undefined; }; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationsStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizationsStart",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizationsStart",
|
|
"text": "VisualizationsStart"
|
|
},
|
|
" extends { get: <TVisParams>(visualization: string) => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.BaseVisType",
|
|
"text": "BaseVisType"
|
|
},
|
|
"<TVisParams> | undefined; all: () => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.BaseVisType",
|
|
"text": "BaseVisType"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
">[]; getAliases: () => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisTypeAlias",
|
|
"text": "VisTypeAlias"
|
|
},
|
|
"[]; unRegisterAlias: (visTypeAliasName: string) => void; getByGroup: (group: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisGroups",
|
|
"text": "VisGroups"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.BaseVisType",
|
|
"text": "BaseVisType"
|
|
},
|
|
"<any>[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationsStart.showNewVisModal",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "showNewVisModal",
|
|
"description": [],
|
|
"signature": [
|
|
"({ editorParams, onClose, originatingApp, outsideVisualizeApp, showAggsSelection, selectedVisType, }?: ",
|
|
"ShowNewVisModalParams",
|
|
") => () => void"
|
|
],
|
|
"path": "src/plugins/visualizations/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizationsStart.showNewVisModal.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "__0",
|
|
"description": [],
|
|
"signature": [
|
|
"ShowNewVisModalParams"
|
|
],
|
|
"path": "src/plugins/visualizations/public/wizard/show_new_vis.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-server.VISUALIZE_ENABLE_LABS_SETTING",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "VISUALIZE_ENABLE_LABS_SETTING",
|
|
"description": [],
|
|
"signature": [
|
|
"\"visualize:enableLabs\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-server.VisualizationsPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizationsPluginSetup",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-server.VisualizationsPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizationsPluginStart",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.convertToSchemaConfig",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convertToSchemaConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"(agg: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.AggConfig",
|
|
"text": "AggConfig"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SchemaConfig",
|
|
"text": "SchemaConfig"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.METRIC_TYPES",
|
|
"text": "METRIC_TYPES"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/vis_schemas.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.convertToSchemaConfig.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "agg",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.AggConfig",
|
|
"text": "AggConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/vis_schemas.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.findAccessorOrFail",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "findAccessorOrFail",
|
|
"description": [],
|
|
"signature": [
|
|
"(accessor: string | number, columns: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]) => number | ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.findAccessorOrFail.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.findAccessorOrFail.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getAccessor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"(dimension: string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
") => string | number | ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getAccessor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dimension",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getAccessorByDimension",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAccessorByDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"(dimension: string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
", columns: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]) => string"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getAccessorByDimension.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dimension",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getAccessorByDimension.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getColumnByAccessor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getColumnByAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"(accessor: string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
", columns?: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getColumnByAccessor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getColumnByAccessor.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getFormatByAccessor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatByAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"(dimension: string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
", columns: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[], defaultColumnFormat: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
"> | undefined) => { id?: string | undefined; params?: Record<string, any> | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getFormatByAccessor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dimension",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getFormatByAccessor.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getFormatByAccessor.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "defaultColumnFormat",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getIndexPatternIds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIndexPatternIds",
|
|
"description": [],
|
|
"signature": [
|
|
"(layers: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Layer",
|
|
"text": "Layer"
|
|
},
|
|
"[]) => string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getIndexPatternIds.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Layer",
|
|
"text": "Layer"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getStopsWithColorsFromRanges",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getStopsWithColorsFromRanges",
|
|
"description": [],
|
|
"signature": [
|
|
"(ranges: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Range",
|
|
"text": "Range"
|
|
},
|
|
"[], colorSchema: ",
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.ColorSchemas",
|
|
"text": "ColorSchemas"
|
|
},
|
|
", invertColors?: boolean) => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PaletteConfig",
|
|
"text": "PaletteConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getStopsWithColorsFromRanges.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "ranges",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Range",
|
|
"text": "Range"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getStopsWithColorsFromRanges.$2",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "colorSchema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "common",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-common.ColorSchemas",
|
|
"text": "ColorSchemas"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.getStopsWithColorsFromRanges.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "invertColors",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isAnnotationsLayer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isAnnotationsLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: Pick<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYLayerConfig",
|
|
"text": "XYLayerConfig"
|
|
},
|
|
", \"layerType\">) => layer is ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYAnnotationsLayerConfig",
|
|
"text": "XYAnnotationsLayerConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isAnnotationsLayer.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"Pick<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYLayerConfig",
|
|
"text": "XYLayerConfig"
|
|
},
|
|
", \"layerType\">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isCollapseFunction",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isCollapseFunction",
|
|
"description": [],
|
|
"signature": [
|
|
"(candidate: string | undefined) => candidate is \"min\" | \"max\" | \"sum\" | \"avg\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isCollapseFunction.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "candidate",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isFieldValid",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFieldValid",
|
|
"description": [],
|
|
"signature": [
|
|
"(visType: string, field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined, aggregation: ",
|
|
"SupportedMetric",
|
|
") => field is ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isFieldValid.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "visType",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isFieldValid.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isFieldValid.$3",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "aggregation",
|
|
"description": [],
|
|
"signature": [
|
|
"SupportedMetric"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isVisDimension",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isVisDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"(accessor: string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined) => boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.isVisDimension.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.prepareLogTable",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "prepareLogTable",
|
|
"description": [],
|
|
"signature": [
|
|
"(datatable: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", dimensions: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Dimension",
|
|
"text": "Dimension"
|
|
},
|
|
"[], removeUnmappedColumns?: boolean) => { columns: { meta: { dimensionName: string | undefined; type: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumnType",
|
|
"text": "DatatableColumnType"
|
|
},
|
|
"; field?: string | undefined; index?: string | undefined; params?: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<{}, ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
"> | undefined; source?: string | undefined; sourceParams?: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; }; id: string; name: string; }[]; type: \"datatable\"; meta?: ",
|
|
"DatatableMeta",
|
|
" | undefined; rows: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableRow",
|
|
"text": "DatatableRow"
|
|
},
|
|
"[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.prepareLogTable.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "datatable",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.prepareLogTable.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "dimensions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Dimension",
|
|
"text": "Dimension"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.prepareLogTable.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "removeUnmappedColumns",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.range",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "range",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"range\", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
" | null, Arguments, ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Range",
|
|
"text": "Range"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/range.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.validateAccessor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "validateAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"(accessor: string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined, columns: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]) => void"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.validateAccessor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.validateAccessor.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.visDimension",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "visDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionFunctionVisDimension",
|
|
"text": "ExpressionFunctionVisDimension"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Arguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Arguments",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Arguments.accessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Arguments.format",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Arguments.formatParams",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "formatParams",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxesSettingsConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AxesSettingsConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxesSettingsConfig.x",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxesSettingsConfig.yRight",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "yRight",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxesSettingsConfig.yLeft",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "yLeft",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxisExtentConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AxisExtentConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxisExtentConfig.mode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "mode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"custom\" | \"full\" | \"dataBounds\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxisExtentConfig.lowerBound",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lowerBound",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxisExtentConfig.upperBound",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "upperBound",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AxisExtentConfig.enforce",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "enforce",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "BaseColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.BaseColumn",
|
|
"text": "BaseColumn"
|
|
},
|
|
"<OperationType, Params>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.columnId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "columnId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.operationType",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "operationType",
|
|
"description": [],
|
|
"signature": [
|
|
"OperationType"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.isBucketed",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isBucketed",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.isSplit",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isSplit",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.dataType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dataType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"string\" | \"number\" | \"boolean\" | \"date\" | \"document\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"murmur3\" | \"histogram\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.timeScale",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "timeScale",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.TimeScaleUnit",
|
|
"text": "TimeScaleUnit"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.timeShift",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeShift",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.reducedTimeRange",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "reducedTimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.isStaticValue",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isStaticValue",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.filter",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FilterQuery",
|
|
"text": "FilterQuery"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BaseColumn.params",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"Params"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BasicFullPercentageModeConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "BasicFullPercentageModeConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BasicFullPercentageModeConfig.isPercentageMode",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isPercentageMode",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BasicPercentageModeConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "BasicPercentageModeConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.BasicPercentageModeConfig.isPercentageMode",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isPercentageMode",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ColumnState",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnState.columnId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "columnId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnState.summaryRow",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "summaryRow",
|
|
"description": [],
|
|
"signature": [
|
|
"\"min\" | \"none\" | \"max\" | \"count\" | \"sum\" | \"avg\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnState.alignment",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alignment",
|
|
"description": [],
|
|
"signature": [
|
|
"\"left\" | \"right\" | \"center\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnState.collapseFn",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "collapseFn",
|
|
"description": [],
|
|
"signature": [
|
|
"\"min\" | \"max\" | \"sum\" | \"avg\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnState.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.CustomPaletteParams",
|
|
"text": "CustomPaletteParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnWithReferences",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ColumnWithReferences",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<Op, Params> extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.BaseColumn",
|
|
"text": "BaseColumn"
|
|
},
|
|
"<Op, Params>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnWithReferences.references",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "references",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnWithSourceField",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ColumnWithSourceField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<Op, Params> extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.BaseColumn",
|
|
"text": "BaseColumn"
|
|
},
|
|
"<Op, Params>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnWithSourceField.sourceField",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sourceField",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DateHistogramParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DateHistogramParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DateHistogramParams.interval",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "interval",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DateHistogramParams.ignoreTimeRange",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "ignoreTimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DateHistogramParams.includeEmptyRows",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "includeEmptyRows",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DateHistogramParams.dropPartials",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dropPartials",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EventAnnotationConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.filter",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"kibana_query\"; } & ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.timeField",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeField",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.extraFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "extraFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.color",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.isHidden",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isHidden",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.icon",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"query\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.EventAnnotationConfig.key",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"point_in_time\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Filter",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Filter",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Filter.input",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "input",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FilterQuery",
|
|
"text": "FilterQuery"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Filter.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FilterQuery",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FilterQuery",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FilterQuery.query",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
"string | { [key: string]: any; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FilterQuery.language",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "language",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FiltersParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FiltersParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FiltersParams.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FormatParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FormatParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FormatParams.format",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.NumberValueFormat",
|
|
"text": "NumberValueFormat"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FormulaParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FormulaParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormulaParams",
|
|
"text": "FormulaParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FormulaParams.formula",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "formula",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FormulaParams.isFormulaBroken",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isFormulaBroken",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GenericSchemaConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.GenericSchemaConfig",
|
|
"text": "GenericSchemaConfig"
|
|
},
|
|
"<Agg>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.accessor",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.format",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id?: string | undefined; params?: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"SchemaConfigParams"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.aggType",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "aggType",
|
|
"description": [],
|
|
"signature": [
|
|
"Agg"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.aggId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "aggId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericSchemaConfig.aggParams",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "aggParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.AggParamsMapping",
|
|
"text": "AggParamsMapping"
|
|
},
|
|
"[Agg] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HeatmapArguments",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.percentageMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "percentageMode",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.lastRangeIsRightOpen",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lastRangeIsRightOpen",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.showTooltip",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showTooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.highlightInHover",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "highlightInHover",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.CustomPaletteParams",
|
|
"text": "CustomPaletteParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.xAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "xAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.yAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "yAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.valueAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "valueAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.splitRowAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "splitRowAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.splitColumnAccessor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "splitColumnAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.legend",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "legend",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.HeatmapLegendConfig",
|
|
"text": "HeatmapLegendConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.gridConfig",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "gridConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.HeatmapGridConfig",
|
|
"text": "HeatmapGridConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapArguments.ariaLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ariaLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HeatmapGridConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.strokeWidth",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "strokeWidth",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.strokeColor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "strokeColor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.isCellLabelVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isCellLabelVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.isYAxisLabelVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isYAxisLabelVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.isYAxisTitleVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isYAxisTitleVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.yTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "yTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.isXAxisLabelVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isXAxisLabelVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.isXAxisTitleVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isXAxisTitleVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.xTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "xTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapGridConfig.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"heatmap_grid\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HeatmapLegendConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig.isVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig.position",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [],
|
|
"signature": [
|
|
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig.maxLines",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxLines",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig.shouldTruncate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shouldTruncate",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig.legendSize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legendSize",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendSize",
|
|
"text": "LegendSize"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLegendConfig.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"heatmap_legend\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LabelsOrientationConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "LabelsOrientationConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LabelsOrientationConfig.x",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LabelsOrientationConfig.yLeft",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "yLeft",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LabelsOrientationConfig.yRight",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "yRight",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LastValueParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "LastValueParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LastValueParams",
|
|
"text": "LastValueParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LastValueParams.sortField",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sortField",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LastValueParams.showArrayValues",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showArrayValues",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Layer",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Layer",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Layer.indexPatternId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Layer.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Layer.columns",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Column",
|
|
"text": "Column"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Layer.columnOrder",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columnOrder",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "LegendConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.isVisible",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isVisible",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.position",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [],
|
|
"signature": [
|
|
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.showSingleSeries",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showSingleSeries",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.isInside",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isInside",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.horizontalAlignment",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "horizontalAlignment",
|
|
"description": [],
|
|
"signature": [
|
|
"\"left\" | \"right\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.verticalAlignment",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "verticalAlignment",
|
|
"description": [],
|
|
"signature": [
|
|
"\"top\" | \"bottom\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.floatingColumns",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "floatingColumns",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.maxLines",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxLines",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.shouldTruncate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shouldTruncate",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendConfig.legendSize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legendSize",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendSize",
|
|
"text": "LegendSize"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MetricVisConfiguration",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.layerType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.metricAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "metricAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.secondaryMetricAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "secondaryMetricAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.maxAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "maxAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.breakdownByAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "breakdownByAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.collapseFn",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "collapseFn",
|
|
"description": [],
|
|
"signature": [
|
|
"\"min\" | \"max\" | \"sum\" | \"avg\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.subtitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "subtitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.secondaryPrefix",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "secondaryPrefix",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.progressDirection",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "progressDirection",
|
|
"description": [],
|
|
"signature": [
|
|
"LayoutDirection",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.showBar",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showBar",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.color",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.CustomPaletteParams",
|
|
"text": "CustomPaletteParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MetricVisConfiguration.maxCols",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxCols",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MinMax",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MinMax",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MinMax.min",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "min",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MinMax.max",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "max",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MovingAverageParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MovingAverageParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MovingAverageParams.window",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "window",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NavigateToLensContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NavigateToLensContext",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.NavigateToLensContext",
|
|
"text": "NavigateToLensContext"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NavigateToLensContext.layers",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Layer",
|
|
"text": "Layer"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NavigateToLensContext.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NavigateToLensContext.configuration",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "configuration",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NavigateToLensContext.indexPatternIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "indexPatternIds",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NumberValueFormat",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NumberValueFormat",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NumberValueFormat.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NumberValueFormat.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"{ decimals: number; suffix?: string | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PagingState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PagingState",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PagingState.size",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PagingState.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PaletteConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PaletteConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PaletteConfig.color",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"(string | undefined)[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PaletteConfig.stop",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/palette.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PartitionLayerState",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.layerType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "layerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data\" | \"referenceLine\" | \"annotations\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.metrics",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metrics",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.primaryGroups",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "primaryGroups",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.secondaryGroups",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "secondaryGroups",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.collapseFns",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "collapseFns",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, \"min\" | \"max\" | \"sum\" | \"avg\"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.numberDisplay",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "numberDisplay",
|
|
"description": [],
|
|
"signature": [
|
|
"\"value\" | \"percent\" | \"hidden\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.categoryDisplay",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "categoryDisplay",
|
|
"description": [],
|
|
"signature": [
|
|
"\"default\" | \"hide\" | \"inside\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.legendDisplay",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legendDisplay",
|
|
"description": [],
|
|
"signature": [
|
|
"\"default\" | \"hide\" | \"show\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.legendPosition",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legendPosition",
|
|
"description": [],
|
|
"signature": [
|
|
"Position",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.showValuesInLegend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showValuesInLegend",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.nestedLegend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "nestedLegend",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.percentDecimals",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "percentDecimals",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.emptySizeRatio",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "emptySizeRatio",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.legendMaxLines",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "legendMaxLines",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.legendSize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "legendSize",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendSize",
|
|
"text": "LegendSize"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionLayerState.truncateLegend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "truncateLegend",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionVisConfiguration",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PartitionVisConfiguration",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionVisConfiguration.shape",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shape",
|
|
"description": [],
|
|
"signature": [
|
|
"\"pie\" | \"donut\" | \"treemap\" | \"mosaic\" | \"waffle\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionVisConfiguration.layers",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PartitionLayerState",
|
|
"text": "PartitionLayerState"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionVisConfiguration.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<{ [key: string]: unknown; }> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentileParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PercentileParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentileParams",
|
|
"text": "PercentileParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentileParams.percentile",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "percentile",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentileRanksParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "PercentileRanksParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentileRanksParams",
|
|
"text": "PercentileRanksParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentileRanksParams.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Range",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Range",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Range.from",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "from",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Range.to",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "to",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Range.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "RangeParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.RangeParams",
|
|
"text": "RangeParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeParams.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"range\" | \"histogram\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeParams.maxBars",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "maxBars",
|
|
"description": [],
|
|
"signature": [
|
|
"number | \"auto\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeParams.ranges",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "ranges",
|
|
"description": [],
|
|
"signature": [
|
|
"Range[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeParams.includeEmptyRows",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "includeEmptyRows",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeParams.parentFormat",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "parentFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id: string; params?: { id?: string | undefined; template?: string | undefined; replaceInfinity?: boolean | undefined; } | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SerializedVis",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVis",
|
|
"text": "SerializedVis"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.params",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.uiState",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SerializedVisData",
|
|
"text": "SerializedVisData"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SerializedVisData",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData.expression",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "expression",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData.aggs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; schema?: string | undefined; }[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type?: string | undefined; query?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined; filter?: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined; sort?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.EsQuerySortValue",
|
|
"text": "EsQuerySortValue"
|
|
},
|
|
"[] | undefined; highlight?: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; highlightAll?: boolean | undefined; trackTotalHits?: number | boolean | undefined; aggs?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; schema?: string | undefined; }[] | undefined; from?: number | undefined; size?: number | undefined; source?: boolean | ",
|
|
"Fields",
|
|
" | undefined; version?: boolean | undefined; fields?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchFieldValue",
|
|
"text": "SearchFieldValue"
|
|
},
|
|
"[] | undefined; fieldsFromSource?: ",
|
|
"Fields",
|
|
" | undefined; index?: string | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
" | undefined; searchAfter?: ",
|
|
"SortResults",
|
|
" | undefined; timeout?: string | undefined; terminate_after?: number | undefined; parent?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SerializedSearchSourceFields",
|
|
"text": "SerializedSearchSourceFields"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData.savedSearchId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SortingState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SortingState",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SortingState.columnId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "columnId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SortingState.direction",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "direction",
|
|
"description": [],
|
|
"signature": [
|
|
"\"none\" | \"asc\" | \"desc\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.StaticValueParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "StaticValueParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.StaticValueParams",
|
|
"text": "StaticValueParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.StaticValueParams.value",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TableVisConfiguration",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.columns",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnState",
|
|
"text": "ColumnState"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.layerType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.sorting",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sorting",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SortingState",
|
|
"text": "SortingState"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.rowHeight",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "rowHeight",
|
|
"description": [],
|
|
"signature": [
|
|
"\"auto\" | \"custom\" | \"single\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.headerRowHeight",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "headerRowHeight",
|
|
"description": [],
|
|
"signature": [
|
|
"\"auto\" | \"custom\" | \"single\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.rowHeightLines",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rowHeightLines",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.headerRowHeightLines",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "headerRowHeightLines",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TableVisConfiguration.paging",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "paging",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PagingState",
|
|
"text": "PagingState"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TermsParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.TermsParams",
|
|
"text": "TermsParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.size",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.include",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "include",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | number[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.exclude",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "exclude",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | number[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.includeIsRegex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "includeIsRegex",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.excludeIsRegex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "excludeIsRegex",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.orderBy",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "orderBy",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"alphabetical\"; fallback?: boolean | undefined; } | { type: \"rare\"; maxDocCount: number; } | { type: \"column\"; columnId: string; } | { type: \"custom\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.orderAgg",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "orderAgg",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Column",
|
|
"text": "Column"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.orderDirection",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "orderDirection",
|
|
"description": [],
|
|
"signature": [
|
|
"\"asc\" | \"desc\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.otherBucket",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "otherBucket",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.missingBucket",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "missingBucket",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.secondaryFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "secondaryFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsParams.parentFormat",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "parentFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id: string; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TimeScaleParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TimeScaleParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TimeScaleParams.unit",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "unit",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisParams.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: any",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: any"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizationSavedObjectAttributes",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisualizationSavedObjectAttributes",
|
|
"text": "VisualizationSavedObjectAttributes"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
|
|
"section": "def-common.SavedObjectAttributes",
|
|
"text": "SavedObjectAttributes"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.kibanaSavedObjectMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "kibanaSavedObjectMeta",
|
|
"description": [],
|
|
"signature": [
|
|
"{ searchSourceJSON: string; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.version",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.visState",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "visState",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.uiStateJSON",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiStateJSON",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYAnnotationsLayerConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYAnnotationsLayerConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYAnnotationsLayerConfig.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYAnnotationsLayerConfig.annotations",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "annotations",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.EventAnnotationConfig",
|
|
"text": "EventAnnotationConfig"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYAnnotationsLayerConfig.ignoreGlobalFilters",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "ignoreGlobalFilters",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYAnnotationsLayerConfig.layerType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"annotations\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYAnnotationsLayerConfig.indexPatternId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYConfiguration",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.preferredSeriesType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "preferredSeriesType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SeriesType",
|
|
"text": "SeriesType"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.legend",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "legend",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendConfig",
|
|
"text": "LegendConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.valueLabels",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "valueLabels",
|
|
"description": [],
|
|
"signature": [
|
|
"\"hide\" | \"show\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.fittingFunction",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fittingFunction",
|
|
"description": [],
|
|
"signature": [
|
|
"\"None\" | \"Zero\" | \"Nearest\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Average\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.emphasizeFitting",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "emphasizeFitting",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.endValue",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "endValue",
|
|
"description": [],
|
|
"signature": [
|
|
"\"None\" | \"Zero\" | \"Nearest\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.xExtent",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "xExtent",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AxisExtentConfig",
|
|
"text": "AxisExtentConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.yLeftExtent",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "yLeftExtent",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AxisExtentConfig",
|
|
"text": "AxisExtentConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.yRightExtent",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "yRightExtent",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AxisExtentConfig",
|
|
"text": "AxisExtentConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.layers",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYLayerConfig",
|
|
"text": "XYLayerConfig"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.xTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "xTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.yTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "yTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.yRightTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "yRightTitle",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.yLeftScale",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "yLeftScale",
|
|
"description": [],
|
|
"signature": [
|
|
"\"linear\" | \"log\" | \"time\" | \"sqrt\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.yRightScale",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "yRightScale",
|
|
"description": [],
|
|
"signature": [
|
|
"\"linear\" | \"log\" | \"time\" | \"sqrt\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.axisTitlesVisibilitySettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "axisTitlesVisibilitySettings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AxesSettingsConfig",
|
|
"text": "AxesSettingsConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.tickLabelsVisibilitySettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "tickLabelsVisibilitySettings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AxesSettingsConfig",
|
|
"text": "AxesSettingsConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.gridlinesVisibilitySettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "gridlinesVisibilitySettings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AxesSettingsConfig",
|
|
"text": "AxesSettingsConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.labelsOrientation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "labelsOrientation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LabelsOrientationConfig",
|
|
"text": "LabelsOrientationConfig"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.curveType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "curveType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYCurveType",
|
|
"text": "XYCurveType"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.fillOpacity",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "fillOpacity",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.hideEndzones",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideEndzones",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.valuesInLegend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "valuesInLegend",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYConfiguration.showCurrentTimeMarker",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "showCurrentTimeMarker",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYDataLayerConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.accessors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "accessors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.layerType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.seriesType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "seriesType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bar\" | \"line\" | \"area\" | \"bar_stacked\" | \"area_stacked\" | \"bar_horizontal\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"area_percentage_stacked\" | \"bar_horizontal_percentage_stacked\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.xAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "xAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.simpleView",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "simpleView",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.yConfig",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "yConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.YConfig",
|
|
"text": "YConfig"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.splitAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "splitAccessor",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<{ [key: string]: unknown; }> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.collapseFn",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "collapseFn",
|
|
"description": [],
|
|
"signature": [
|
|
"\"min\" | \"max\" | \"sum\" | \"avg\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.xScaleType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "xScaleType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"linear\" | \"time\" | \"ordinal\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.isHistogram",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isHistogram",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYDataLayerConfig.columnToLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "columnToLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYReferenceLineLayerConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "XYReferenceLineLayerConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYReferenceLineLayerConfig.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYReferenceLineLayerConfig.accessors",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "accessors",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYReferenceLineLayerConfig.yConfig",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "yConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.YConfig",
|
|
"text": "YConfig"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYReferenceLineLayerConfig.layerType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"referenceLine\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "YConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.forAccessor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "forAccessor",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.color",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.icon",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.lineWidth",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lineWidth",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.lineStyle",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lineStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"\"solid\" | \"dashed\" | \"dotted\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.fill",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fill",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FillType",
|
|
"text": "FillType"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.iconPosition",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "iconPosition",
|
|
"description": [],
|
|
"signature": [
|
|
"\"above\" | \"below\" | \"auto\" | \"left\" | \"right\" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.textVisibility",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "textVisibility",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YConfig.axisMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "axisMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.YAxisMode",
|
|
"text": "YAxisMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendSize",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "LegendSize",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AggBasedColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AggBasedColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.GenericColumnWithMeta",
|
|
"text": "GenericColumnWithMeta"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Column",
|
|
"text": "Column"
|
|
},
|
|
", ",
|
|
"Meta",
|
|
"> | ",
|
|
"BucketColumn"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/lib/convert/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AnyColumnWithReferences",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AnyColumnWithReferences",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.CumulativeSumColumn",
|
|
"text": "CumulativeSumColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.CounterRateColumn",
|
|
"text": "CounterRateColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.DerivativeColumn",
|
|
"text": "DerivativeColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MovingAverageColumn",
|
|
"text": "MovingAverageColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormulaColumn",
|
|
"text": "FormulaColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.StaticValueColumn",
|
|
"text": "StaticValueColumn"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AnyColumnWithSourceField",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AnyColumnWithSourceField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.RangeColumn",
|
|
"text": "RangeColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.TermsColumn",
|
|
"text": "TermsColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.DateHistogramColumn",
|
|
"text": "DateHistogramColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MinColumn",
|
|
"text": "MinColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MaxColumn",
|
|
"text": "MaxColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AvgColumn",
|
|
"text": "AvgColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.SumColumn",
|
|
"text": "SumColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MedianColumn",
|
|
"text": "MedianColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.StandardDeviationColumn",
|
|
"text": "StandardDeviationColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.CardinalityColumn",
|
|
"text": "CardinalityColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentileColumn",
|
|
"text": "PercentileColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentileRanksColumn",
|
|
"text": "PercentileRanksColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.CountColumn",
|
|
"text": "CountColumn"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LastValueColumn",
|
|
"text": "LastValueColumn"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AvgColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AvgColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"average\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.AvgParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AvgParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CardinalityColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CardinalityColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"unique_count\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CardinalityParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CardinalityParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CategoryDisplayType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CategoryDisplayType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"default\" | \"hide\" | \"inside\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ChartShapes",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ChartShapes",
|
|
"description": [],
|
|
"signature": [
|
|
"\"heatmap\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CollapseFunction",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CollapseFunction",
|
|
"description": [],
|
|
"signature": [
|
|
"\"min\" | \"max\" | \"sum\" | \"avg\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Column",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Column",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AnyColumnWithReferences",
|
|
"text": "AnyColumnWithReferences"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.AnyColumnWithSourceField",
|
|
"text": "AnyColumnWithSourceField"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FiltersColumn",
|
|
"text": "FiltersColumn"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ColumnWithMeta",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ColumnWithMeta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Column",
|
|
"text": "Column"
|
|
},
|
|
" & { meta: unknown; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Configuration",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Configuration",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYConfiguration",
|
|
"text": "XYConfiguration"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.TableVisConfiguration",
|
|
"text": "TableVisConfiguration"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PartitionVisConfiguration",
|
|
"text": "PartitionVisConfiguration"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MetricVisConfiguration",
|
|
"text": "MetricVisConfiguration"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.GaugeVisConfiguration",
|
|
"text": "GaugeVisConfiguration"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.HeatmapConfiguration",
|
|
"text": "HeatmapConfiguration"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CountColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CountColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"count\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CounterRateColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CounterRateColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<\"counter_rate\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CounterRateParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CounterRateParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CountParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CountParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CumulativeSumColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CumulativeSumColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<\"cumulative_sum\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CumulativeSumParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CumulativeSumParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DataType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"string\" | \"number\" | \"boolean\" | \"date\" | \"document\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"murmur3\" | \"histogram\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DateHistogramColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DateHistogramColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"date_histogram\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.DateHistogramParams",
|
|
"text": "DateHistogramParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DEFAULT_LEGEND_SIZE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_LEGEND_SIZE",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LegendSize",
|
|
"text": "LegendSize"
|
|
},
|
|
".MEDIUM"
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DerivativeColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DerivativeColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<\"differences\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.DerivativeParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DerivativeParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Dimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Dimension",
|
|
"description": [],
|
|
"signature": [
|
|
"[DimensionColumn[] | undefined, string]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/prepare_log_table.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ExpressionFunctionVisDimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionFunctionVisDimension",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"visdimension\", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.Datatable",
|
|
"text": "Datatable"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Arguments",
|
|
"text": "Arguments"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ExpressionValueVisDimension",
|
|
"text": "ExpressionValueVisDimension"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.ExpressionValueVisDimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionValueVisDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"vis_dimension\"; } & { accessor: number | ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.DatatableColumn",
|
|
"text": "DatatableColumn"
|
|
},
|
|
"; format: { id?: string | undefined; params?: Record<string, any> | undefined; }; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FillType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FillType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"above\" | \"below\" | \"none\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FiltersColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FiltersColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.BaseColumn",
|
|
"text": "BaseColumn"
|
|
},
|
|
"<\"filters\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FiltersParams",
|
|
"text": "FiltersParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FormulaColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FormulaColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<\"formula\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormulaParams",
|
|
"text": "FormulaParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeCentralMajorMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GaugeCentralMajorMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"none\" | \"auto\" | \"custom\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeColorMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GaugeColorMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"none\" | \"palette\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeLabelMajorMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GaugeLabelMajorMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"none\" | \"auto\" | \"custom\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeShape",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GaugeShape",
|
|
"description": [],
|
|
"signature": [
|
|
"\"horizontalBullet\" | \"verticalBullet\" | \"arc\" | \"circle\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeTicksPosition",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GaugeTicksPosition",
|
|
"description": [],
|
|
"signature": [
|
|
"\"auto\" | \"hidden\" | \"bands\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeVisConfiguration",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GaugeVisConfiguration",
|
|
"description": [],
|
|
"signature": [
|
|
"GaugeState & { layerId: string; layerType: \"data\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GenericColumnWithMeta",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GenericColumnWithMeta",
|
|
"description": [],
|
|
"signature": [
|
|
"Col & (Meta extends undefined ? undefined : { meta: Meta; })"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapConfiguration",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "HeatmapConfiguration",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.HeatmapArguments",
|
|
"text": "HeatmapArguments"
|
|
},
|
|
" & { layerId: string; layerType: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LayerType",
|
|
"text": "LayerType"
|
|
},
|
|
"; valueAccessor?: string | undefined; xAccessor?: string | undefined; yAccessor?: string | undefined; shape: \"heatmap\"; } & { palette?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.Palette",
|
|
"text": "Palette"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.HeatmapLayerState",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "HeatmapLayerState",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.HeatmapArguments",
|
|
"text": "HeatmapArguments"
|
|
},
|
|
" & { layerId: string; layerType: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LayerType",
|
|
"text": "LayerType"
|
|
},
|
|
"; valueAccessor?: string | undefined; xAccessor?: string | undefined; yAccessor?: string | undefined; shape: \"heatmap\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LastValueColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LastValueColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"last_value\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.LastValueParams",
|
|
"text": "LastValueParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LayerType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LayerType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data\" | \"referenceLine\" | \"annotations\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendDisplayType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "LegendDisplayType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"default\" | \"hide\" | \"show\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LENS_GAUGE_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LENS_GAUGE_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"lnsGauge\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MaxColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MaxColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"max\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MaxParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MaxParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MedianColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MedianColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"median\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MedianParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MedianParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MinColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MinColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"min\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MinParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MinParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.MovingAverageColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MovingAverageColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<\"moving_average\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MovingAverageParams",
|
|
"text": "MovingAverageParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NumberDisplayType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NumberDisplayType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"value\" | \"percent\" | \"hidden\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Operation",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Operation",
|
|
"description": [],
|
|
"signature": [
|
|
"\"range\" | \"min\" | \"max\" | \"filters\" | \"count\" | \"date_histogram\" | \"percentile\" | \"sum\" | \"average\" | \"terms\" | \"median\" | \"cumulative_sum\" | \"moving_average\" | \"counter_rate\" | \"differences\" | \"formula\" | \"static_value\" | \"standard_deviation\" | \"unique_count\" | \"percentile_rank\" | \"last_value\" | \"normalize_by_unit\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/operations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.OperationWithReferences",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "OperationWithReferences",
|
|
"description": [],
|
|
"signature": [
|
|
"\"cumulative_sum\" | \"moving_average\" | \"counter_rate\" | \"differences\" | \"formula\" | \"static_value\" | \"normalize_by_unit\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/operations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.OperationWithSourceField",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "OperationWithSourceField",
|
|
"description": [],
|
|
"signature": [
|
|
"\"range\" | \"min\" | \"max\" | \"filters\" | \"count\" | \"date_histogram\" | \"percentile\" | \"sum\" | \"average\" | \"terms\" | \"median\" | \"standard_deviation\" | \"unique_count\" | \"percentile_rank\" | \"last_value\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/operations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Palette",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Palette",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.PaletteOutput",
|
|
"text": "PaletteOutput"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/coloring",
|
|
"scope": "common",
|
|
"docId": "kibKbnColoringPluginApi",
|
|
"section": "def-common.CustomPaletteParams",
|
|
"text": "CustomPaletteParams"
|
|
},
|
|
"> & { accessor: string; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionChartType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PartitionChartType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"pie\" | \"donut\" | \"treemap\" | \"mosaic\" | \"waffle\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentageModeConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PercentageModeConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.BasicPercentageModeConfig",
|
|
"text": "BasicPercentageModeConfig"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentageModeConfigWithMinMax",
|
|
"text": "PercentageModeConfigWithMinMax"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentageModeConfigWithMinMax",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PercentageModeConfigWithMinMax",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.BasicFullPercentageModeConfig",
|
|
"text": "BasicFullPercentageModeConfig"
|
|
},
|
|
" & ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.MinMax",
|
|
"text": "MinMax"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentileColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PercentileColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"percentile\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentileParams",
|
|
"text": "PercentileParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PercentileRanksColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PercentileRanksColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"percentile_rank\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.PercentileRanksParams",
|
|
"text": "PercentileRanksParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RangeColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"range\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.RangeParams",
|
|
"text": "RangeParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RangeMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RangeMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"range\" | \"histogram\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SavedVisState",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SavedVisState",
|
|
"description": [],
|
|
"signature": [
|
|
"{ title: string; type: string; params: TVisParams; aggs: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "server",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-server.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
" | undefined; schema?: string | undefined; }[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SchemaConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SchemaConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [Agg in Aggs]: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.GenericSchemaConfig",
|
|
"text": "GenericSchemaConfig"
|
|
},
|
|
"<Agg>; }[Aggs]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SeriesType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SeriesType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"bar\" | \"line\" | \"area\" | \"bar_stacked\" | \"area_stacked\" | \"bar_horizontal\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"area_percentage_stacked\" | \"bar_horizontal_percentage_stacked\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SortingHint",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SortingHint",
|
|
"description": [],
|
|
"signature": [
|
|
"\"version\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.StandardDeviationColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "StandardDeviationColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"standard_deviation\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.StandardDeviationParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "StandardDeviationParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.StaticValueColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "StaticValueColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithReferences",
|
|
"text": "ColumnWithReferences"
|
|
},
|
|
"<\"static_value\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.StaticValueParams",
|
|
"text": "StaticValueParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SumColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SumColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"sum\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SumParams",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SumParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.FormatParams",
|
|
"text": "FormatParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SupportedAggregation",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SupportedAggregation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.METRIC_TYPES",
|
|
"text": "METRIC_TYPES"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.BUCKET_TYPES",
|
|
"text": "BUCKET_TYPES"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TermsColumn",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TermsColumn",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.ColumnWithSourceField",
|
|
"text": "ColumnWithSourceField"
|
|
},
|
|
"<\"terms\", ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.TermsParams",
|
|
"text": "TermsParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/columns.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.TimeScaleUnit",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TimeScaleUnit",
|
|
"description": [],
|
|
"signature": [
|
|
"\"d\" | \"h\" | \"m\" | \"s\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/common.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYCurveType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XYCurveType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"LINEAR\" | \"CURVE_MONOTONE_X\" | \"CURVE_STEP_AFTER\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYLayerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "XYLayerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYDataLayerConfig",
|
|
"text": "XYDataLayerConfig"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYReferenceLineLayerConfig",
|
|
"text": "XYReferenceLineLayerConfig"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.XYAnnotationsLayerConfig",
|
|
"text": "XYAnnotationsLayerConfig"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YAxisMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "YAxisMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"auto\" | \"bottom\" | \"left\" | \"right\""
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CategoryDisplayTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "CategoryDisplayTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly DEFAULT: \"default\"; readonly INSIDE: \"inside\"; readonly HIDE: \"hide\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.CollapseFunctions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "CollapseFunctions",
|
|
"description": [],
|
|
"signature": [
|
|
"readonly [\"sum\", \"avg\", \"min\", \"max\"]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.FillTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "FillTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly NONE: \"none\"; readonly ABOVE: \"above\"; readonly BELOW: \"below\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeCentralMajorModes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "GaugeCentralMajorModes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly AUTO: \"auto\"; readonly CUSTOM: \"custom\"; readonly NONE: \"none\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeColorModes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "GaugeColorModes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly PALETTE: \"palette\"; readonly NONE: \"none\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeLabelMajorModes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "GaugeLabelMajorModes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly AUTO: \"auto\"; readonly CUSTOM: \"custom\"; readonly NONE: \"none\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeShapes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "GaugeShapes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly HORIZONTAL_BULLET: \"horizontalBullet\"; readonly VERTICAL_BULLET: \"verticalBullet\"; readonly ARC: \"arc\"; readonly CIRCLE: \"circle\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GaugeTicksPositions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "GaugeTicksPositions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly HIDDEN: \"hidden\"; readonly AUTO: \"auto\"; readonly BANDS: \"bands\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.GROUP_ID",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "GROUP_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly METRIC: \"metric\"; readonly MIN: \"min\"; readonly MAX: \"max\"; readonly GOAL: \"goal\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/types/configurations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LayerTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LayerTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly DATA: \"data\"; readonly REFERENCELINE: \"referenceLine\"; readonly ANNOTATIONS: \"annotations\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendDisplayTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LegendDisplayTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly DEFAULT: \"default\"; readonly SHOW: \"show\"; readonly HIDE: \"hide\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.LegendSizeToPixels",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "LegendSizeToPixels",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly auto: undefined; readonly small: 80; readonly medium: 130; readonly large: 180; readonly xlarge: 230; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.NumberDisplayTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "NumberDisplayTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly HIDDEN: \"hidden\"; readonly PERCENT: \"percent\"; readonly VALUE: \"value\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.Operations",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "Operations",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly CUMULATIVE_SUM: \"cumulative_sum\"; readonly COUNTER_RATE: \"counter_rate\"; readonly DIFFERENCES: \"differences\"; readonly MOVING_AVERAGE: \"moving_average\"; readonly FORMULA: \"formula\"; readonly STATIC_VALUE: \"static_value\"; readonly NORMALIZE_BY_UNIT: \"normalize_by_unit\"; readonly FILTERS: \"filters\"; readonly RANGE: \"range\"; readonly TERMS: \"terms\"; readonly DATE_HISTOGRAM: \"date_histogram\"; readonly MIN: \"min\"; readonly MAX: \"max\"; readonly AVERAGE: \"average\"; readonly SUM: \"sum\"; readonly MEDIAN: \"median\"; readonly STANDARD_DEVIATION: \"standard_deviation\"; readonly UNIQUE_COUNT: \"unique_count\"; readonly PERCENTILE: \"percentile\"; readonly PERCENTILE_RANK: \"percentile_rank\"; readonly COUNT: \"count\"; readonly LAST_VALUE: \"last_value\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.OperationsWithReferences",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "OperationsWithReferences",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly CUMULATIVE_SUM: \"cumulative_sum\"; readonly COUNTER_RATE: \"counter_rate\"; readonly DIFFERENCES: \"differences\"; readonly MOVING_AVERAGE: \"moving_average\"; readonly FORMULA: \"formula\"; readonly STATIC_VALUE: \"static_value\"; readonly NORMALIZE_BY_UNIT: \"normalize_by_unit\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.OperationsWithSourceField",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "OperationsWithSourceField",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly FILTERS: \"filters\"; readonly RANGE: \"range\"; readonly TERMS: \"terms\"; readonly DATE_HISTOGRAM: \"date_histogram\"; readonly MIN: \"min\"; readonly MAX: \"max\"; readonly AVERAGE: \"average\"; readonly SUM: \"sum\"; readonly MEDIAN: \"median\"; readonly STANDARD_DEVIATION: \"standard_deviation\"; readonly UNIQUE_COUNT: \"unique_count\"; readonly PERCENTILE: \"percentile\"; readonly PERCENTILE_RANK: \"percentile_rank\"; readonly COUNT: \"count\"; readonly LAST_VALUE: \"last_value\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.PartitionChartTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "PartitionChartTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly PIE: \"pie\"; readonly DONUT: \"donut\"; readonly TREEMAP: \"treemap\"; readonly MOSAIC: \"mosaic\"; readonly WAFFLE: \"waffle\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.RANGE_MODES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "RANGE_MODES",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly Range: \"range\"; readonly Histogram: \"histogram\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SeriesTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "SeriesTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly BAR: \"bar\"; readonly LINE: \"line\"; readonly AREA: \"area\"; readonly BAR_STACKED: \"bar_stacked\"; readonly AREA_STACKED: \"area_stacked\"; readonly BAR_HORIZONTAL: \"bar_horizontal\"; readonly BAR_PERCENTAGE_STACKED: \"bar_percentage_stacked\"; readonly BAR_HORIZONTAL_STACKED: \"bar_horizontal_stacked\"; readonly AREA_PERCENTAGE_STACKED: \"area_percentage_stacked\"; readonly BAR_HORIZONTAL_PERCENTAGE_STACKED: \"bar_horizontal_percentage_stacked\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.XYCurveTypes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "XYCurveTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly LINEAR: \"LINEAR\"; readonly CURVE_MONOTONE_X: \"CURVE_MONOTONE_X\"; readonly CURVE_STEP_AFTER: \"CURVE_STEP_AFTER\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.YAxisModes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "YAxisModes",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly AUTO: \"auto\"; readonly LEFT: \"left\"; readonly RIGHT: \"right\"; readonly BOTTOM: \"bottom\"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/convert_to_lens/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |