mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
7026 lines
No EOL
236 KiB
JSON
7026 lines
No EOL
236 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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.BaseVisType.navigateToLens",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "navigateToLens",
|
|
"description": [],
|
|
"signature": [
|
|
"((params?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.NavigateToLensContext",
|
|
"text": "NavigateToLensContext"
|
|
},
|
|
" | null> | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Vis.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": 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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"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,
|
|
"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,
|
|
"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>, { timeRange, timefilter }: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
},
|
|
") => ",
|
|
"Schemas"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": 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,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.getVisSchemas.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ timeRange, timefilter }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisToExpressionAstParams",
|
|
"text": "VisToExpressionAstParams"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": 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"
|
|
},
|
|
"<",
|
|
"SerializableRecord",
|
|
"> | undefined; source?: string | undefined; sourceParams?: ",
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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"
|
|
},
|
|
"<",
|
|
"SerializableRecord",
|
|
">"
|
|
],
|
|
"path": "src/plugins/visualizations/public/legacy/vis_update_state.d.ts",
|
|
"deprecated": 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,
|
|
"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,
|
|
"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,
|
|
"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, }: ",
|
|
"VisualizationContainerProps",
|
|
") => JSX.Element"
|
|
],
|
|
"path": "src/plugins/visualizations/public/components/visualization_container.tsx",
|
|
"deprecated": 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}",
|
|
"description": [],
|
|
"signature": [
|
|
"VisualizationContainerProps"
|
|
],
|
|
"path": "src/plugins/visualizations/public/components/visualization_container.tsx",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.core",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
"Filter",
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.query",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
"Query",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.EditorRenderProps.savedSearch",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "discover",
|
|
"scope": "public",
|
|
"docId": "kibDiscoverPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/visualize_app/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GetVisOptions",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.GetVisOptions.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectsMigrationVersion",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ISavedVis.sharingSavedObjectProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sharingSavedObjectProps",
|
|
"description": [],
|
|
"signature": [
|
|
"{ outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.NavigateToLensContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NavigateToLensContext",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.NavigateToLensContext.layers",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [key: string]: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeEditorLayersContext",
|
|
"text": "VisualizeEditorLayersContext"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.NavigateToLensContext.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.NavigateToLensContext.configuration",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "configuration",
|
|
"description": [],
|
|
"signature": [
|
|
"{ fill: string | number; legend: { isVisible: boolean; position: string; shouldTruncate: boolean; maxLines: number; showSingleSeries: boolean; }; gridLinesVisibility: { x: boolean; yLeft: boolean; yRight: boolean; }; extents: { yLeftExtent: AxisExtents; yRightExtent: AxisExtents; }; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.group",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "group",
|
|
"description": [],
|
|
"signature": [
|
|
"\"none\" | \"buckets\" | \"metrics\""
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.min",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "min",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.Schema.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SchemaConfig",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig.accessor",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "accessor",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig.format",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id?: string | undefined; params?: ",
|
|
"SerializableRecord",
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"SchemaConfigParams"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SchemaConfig.aggType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "aggType",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_schemas.ts",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVis.uiState",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SerializedVisData",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData.aggs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
"SerializableRecord",
|
|
" | undefined; schema?: string | undefined; }[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.SerializedVisData.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type?: string | undefined; query?: ",
|
|
"Query",
|
|
" | undefined; filter?: ",
|
|
"Filter",
|
|
"[] | undefined; sort?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.EsQuerySortValue",
|
|
"text": "EsQuerySortValue"
|
|
},
|
|
"[] | undefined; highlight?: ",
|
|
"SerializableRecord",
|
|
" | undefined; highlightAll?: boolean | undefined; trackTotalHits?: number | boolean | undefined; aggs?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
"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 | undefined; searchAfter?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.EsQuerySearchAfter",
|
|
"text": "EsQuerySearchAfter"
|
|
},
|
|
" | 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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisData",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.hasHistogramAgg",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasHistogramAgg",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisEditorOptionsProps.isTabSelected",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isTabSelected",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.lastSavedTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lastSavedTitle",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.getDisplayName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDisplayName",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => string) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisSavedObject.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectsMigrationVersion",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisToExpressionAstParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisToExpressionAstParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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: () => ",
|
|
"TimeRange",
|
|
"; getAbsoluteTime: () => ",
|
|
"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?: ",
|
|
"TimeRange",
|
|
" | undefined) => ",
|
|
"RangeFilter",
|
|
" | ",
|
|
"ScriptedRangeFilter",
|
|
" | MatchAllRangeFilter | undefined; createRelativeFilter: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", timeRange?: ",
|
|
"TimeRange",
|
|
" | undefined) => ",
|
|
"RangeFilter",
|
|
" | ",
|
|
"ScriptedRangeFilter",
|
|
" | MatchAllRangeFilter | undefined; getBounds: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.TimeRangeBounds",
|
|
"text": "TimeRangeBounds"
|
|
},
|
|
"; calculateBounds: (timeRange: ",
|
|
"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: () => ",
|
|
"TimeRange",
|
|
"; getRefreshIntervalDefaults: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.RefreshInterval",
|
|
"text": "RefreshInterval"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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,
|
|
"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": [
|
|
"((params?: ",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "common",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-common.VisParams",
|
|
"text": "VisParams"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.NavigateToLensContext",
|
|
"text": "NavigateToLensContext"
|
|
},
|
|
" | null> | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisTypeDefinition.navigateToLens.$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,
|
|
"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,
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizeEditorLayersContext",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.indexPatternId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.splitWithDateHistogram",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "splitWithDateHistogram",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.chartType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "chartType",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.axisPosition",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "axisPosition",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.termsParams",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "termsParams",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, unknown> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.splitFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "splitFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.splitMode",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "splitMode",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.collapseFn",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "collapseFn",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.splitFilters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "splitFilters",
|
|
"description": [],
|
|
"signature": [
|
|
"SplitByFilters[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.palette",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "palette",
|
|
"description": [],
|
|
"signature": [
|
|
"PaletteOutput",
|
|
"<{ [key: string]: unknown; }> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.metrics",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metrics",
|
|
"description": [],
|
|
"signature": [
|
|
"VisualizeEditorMetricContext[]"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.timeInterval",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeInterval",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.format",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.layerId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEditorLayersContext.dropPartialBuckets",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dropPartialBuckets",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.query",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
"Query",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
"Filter",
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeInput.timeRange",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"TimeRange",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx",
|
|
"deprecated": 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,
|
|
"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,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.ExpressionValueXYDimension",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ExpressionValueXYDimension",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: \"xy_dimension\"; } & { label: string; aggType: string; params: {} | ",
|
|
"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"
|
|
},
|
|
"<",
|
|
"SerializableRecord",
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/xy_dimension.ts",
|
|
"deprecated": 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,
|
|
"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,
|
|
"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?: {} | ",
|
|
"SerializableRecord",
|
|
" | undefined; schema?: string | undefined; }[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddableContract",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisualizeEmbeddableContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly id: string; readonly type: \"visualization\"; 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; render: (domNode: HTMLElement) => Promise<void>; updateInput: (changes: Partial<",
|
|
{
|
|
"pluginId": "visualizations",
|
|
"scope": "public",
|
|
"docId": "kibVisualizationsPluginApi",
|
|
"section": "def-public.VisualizeInput",
|
|
"text": "VisualizeInput"
|
|
},
|
|
">) => void; getInspectorAdapters: () => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
" | undefined; openInspector: () => ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.OverlayRef",
|
|
"text": "OverlayRef"
|
|
},
|
|
" | undefined; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerRender: () => void; onContainerError: (error: ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "public",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-public.ExpressionRenderError",
|
|
"text": "ExpressionRenderError"
|
|
},
|
|
") => void; reload: () => Promise<void>; supportedTriggers: () => string[]; 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; 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"
|
|
},
|
|
"> | ",
|
|
{
|
|
"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"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/index.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-public.VisualizeEmbeddableFactoryContract",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "VisualizeEmbeddableFactoryContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ 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"
|
|
},
|
|
" | ",
|
|
"VisualizeEmbeddable",
|
|
" | ",
|
|
"DisabledLabEmbeddable",
|
|
" | undefined>; readonly type: \"visualization\"; isEditable: () => Promise<boolean>; getDisplayName: () => string; 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"
|
|
},
|
|
" | ",
|
|
"VisualizeEmbeddable",
|
|
" | ",
|
|
"DisabledLabEmbeddable",
|
|
">; readonly savedObjectMetaData: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.SavedObjectMetaData",
|
|
"text": "SavedObjectMetaData"
|
|
},
|
|
"<VisualizationAttributes>; 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: ",
|
|
"SavedObjectReference",
|
|
"[]; }; inject: (_state: ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableStateWithType",
|
|
"text": "EmbeddableStateWithType"
|
|
},
|
|
", references: ",
|
|
"SavedObjectReference",
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "common",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-common.EmbeddableStateWithType",
|
|
"text": "EmbeddableStateWithType"
|
|
},
|
|
"; getCurrentAppId: () => Promise<string | undefined>; checkTitle: (props: ",
|
|
{
|
|
"pluginId": "savedObjects",
|
|
"scope": "public",
|
|
"docId": "kibSavedObjectsPluginApi",
|
|
"section": "def-public.OnSaveProps",
|
|
"text": "OnSaveProps"
|
|
},
|
|
") => Promise<true>; }"
|
|
],
|
|
"path": "src/plugins/visualizations/public/index.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"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,
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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"
|
|
},
|
|
"<",
|
|
"SerializableRecord",
|
|
"> | undefined) => { id?: string | undefined; params?: Record<string, any> | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": 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,
|
|
"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,
|
|
"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"
|
|
},
|
|
"<",
|
|
"SerializableRecord",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/visualizations/common/utils/accessors.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"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,
|
|
"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,
|
|
"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"
|
|
},
|
|
"<",
|
|
"SerializableRecord",
|
|
"> | undefined; source?: string | undefined; sourceParams?: ",
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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"
|
|
},
|
|
", ",
|
|
"SerializableRecord",
|
|
">>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/range.ts",
|
|
"deprecated": 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,
|
|
"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,
|
|
"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,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.visDimension",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "visDimension",
|
|
"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"
|
|
},
|
|
", ",
|
|
"SerializableRecord",
|
|
">>"
|
|
],
|
|
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
|
|
"deprecated": 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,
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVis.uiState",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "uiState",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SerializedVisData",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData.aggs",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
"SerializableRecord",
|
|
" | undefined; schema?: string | undefined; }[]"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.SerializedVisData.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type?: string | undefined; query?: ",
|
|
"Query",
|
|
" | undefined; filter?: ",
|
|
"Filter",
|
|
"[] | undefined; sort?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.EsQuerySortValue",
|
|
"text": "EsQuerySortValue"
|
|
},
|
|
"[] | undefined; highlight?: ",
|
|
"SerializableRecord",
|
|
" | undefined; highlightAll?: boolean | undefined; trackTotalHits?: number | boolean | undefined; aggs?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ",
|
|
"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 | undefined; searchAfter?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.EsQuerySearchAfter",
|
|
"text": "EsQuerySearchAfter"
|
|
},
|
|
" | 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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisParams",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
}
|
|
],
|
|
"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 ",
|
|
"SavedObjectAttributes"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.version",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.visState",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "visState",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "visualizations",
|
|
"id": "def-common.VisualizationSavedObjectAttributes.uiStateJSON",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiStateJSON",
|
|
"description": [],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": 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,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"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,
|
|
"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,
|
|
"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,
|
|
"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?: {} | ",
|
|
"SerializableRecord",
|
|
" | undefined; schema?: string | undefined; }[]; }"
|
|
],
|
|
"path": "src/plugins/visualizations/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"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,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |