kibana/api_docs/maps.json
2021-06-07 15:02:57 -04:00

3489 lines
101 KiB
JSON

{
"id": "maps",
"client": {
"classes": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable",
"type": "Class",
"tags": [],
"label": "MapEmbeddable",
"description": [],
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.MapEmbeddable",
"text": "MapEmbeddable"
},
" extends ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.Embeddable",
"text": "Embeddable"
},
"<",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.MapEmbeddableInput",
"text": "MapEmbeddableInput"
},
", ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.MapEmbeddableOutput",
"text": "MapEmbeddableOutput"
},
"> implements ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ReferenceOrValueEmbeddable",
"text": "ReferenceOrValueEmbeddable"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 95
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 98
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 118
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
"MapEmbeddableConfig"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 118
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.Unnamed.$2",
"type": "CompoundType",
"tags": [],
"label": "initialInput",
"description": [],
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.MapEmbeddableInput",
"text": "MapEmbeddableInput"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 118
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.Unnamed.$3",
"type": "Object",
"tags": [],
"label": "parent",
"description": [],
"signature": [
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IContainer",
"text": "IContainer"
},
"<{}, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerInput",
"text": "ContainerInput"
},
"<{}>, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
"> | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 118
},
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.inputIsRefType",
"type": "Function",
"tags": [],
"label": "inputIsRefType",
"description": [],
"signature": [
"(input: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.MapEmbeddableInput",
"text": "MapEmbeddableInput"
},
") => input is ",
"MapByReferenceInput"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 200
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.inputIsRefType.$1",
"type": "CompoundType",
"tags": [],
"label": "input",
"description": [],
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.MapEmbeddableInput",
"text": "MapEmbeddableInput"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 201
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.getInputAsRefType",
"type": "Function",
"tags": [],
"label": "getInputAsRefType",
"description": [],
"signature": [
"() => Promise<",
"MapByReferenceInput",
">"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 206
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.getInputAsValueType",
"type": "Function",
"tags": [],
"label": "getInputAsValueType",
"description": [],
"signature": [
"() => Promise<",
"MapByValueInput",
">"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 214
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.getDescription",
"type": "Function",
"tags": [],
"label": "getDescription",
"description": [],
"signature": [
"() => string | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 219
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.supportedTriggers",
"type": "Function",
"tags": [],
"label": "supportedTriggers",
"description": [],
"signature": [
"() => string[]"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 223
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setRenderTooltipContent",
"type": "Function",
"tags": [],
"label": "setRenderTooltipContent",
"description": [],
"signature": [
"(renderTooltipContent: ",
"RenderToolTipContent",
") => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 227
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setRenderTooltipContent.$1",
"type": "Function",
"tags": [],
"label": "renderTooltipContent",
"description": [],
"signature": [
"RenderToolTipContent"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 227
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setEventHandlers",
"type": "Function",
"tags": [],
"label": "setEventHandlers",
"description": [],
"signature": [
"(eventHandlers: ",
"EventHandlers",
") => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 231
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setEventHandlers.$1",
"type": "Object",
"tags": [],
"label": "eventHandlers",
"description": [],
"signature": [
"EventHandlers"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 231
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.getInspectorAdapters",
"type": "Function",
"tags": [],
"label": "getInspectorAdapters",
"description": [],
"signature": [
"() => ",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 235
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.onUpdate",
"type": "Function",
"tags": [],
"label": "onUpdate",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 239
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._getFilters",
"type": "Function",
"tags": [],
"label": "_getFilters",
"description": [],
"signature": [
"() => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 283
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._getSearchSessionId",
"type": "Function",
"tags": [],
"label": "_getSearchSessionId",
"description": [],
"signature": [
"() => string | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 291
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetQuery",
"type": "Function",
"tags": [],
"label": "_dispatchSetQuery",
"description": [],
"signature": [
"({ forceRefresh }: { forceRefresh: boolean; }) => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 301
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetQuery.$1.forceRefresh",
"type": "Object",
"tags": [],
"label": "{ forceRefresh }",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 301
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetQuery.$1.forceRefresh.forceRefresh",
"type": "boolean",
"tags": [],
"label": "forceRefresh",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 301
},
"deprecated": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetRefreshConfig",
"type": "Function",
"tags": [],
"label": "_dispatchSetRefreshConfig",
"description": [],
"signature": [
"(refreshConfig: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
") => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 321
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetRefreshConfig.$1",
"type": "Object",
"tags": [],
"label": "refreshConfig",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 321
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetChartsPaletteServiceGetColor",
"type": "Function",
"tags": [],
"label": "_dispatchSetChartsPaletteServiceGetColor",
"description": [],
"signature": [
"(syncColors?: boolean | undefined) => Promise<void>"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 331
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._dispatchSetChartsPaletteServiceGetColor.$1",
"type": "CompoundType",
"tags": [],
"label": "syncColors",
"description": [],
"signature": [
"boolean | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 331
},
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.render",
"type": "Function",
"tags": [],
"label": "render",
"description": [
"\n"
],
"signature": [
"(domNode: HTMLElement) => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 349
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.render.$1",
"type": "Object",
"tags": [],
"label": "domNode",
"description": [],
"signature": [
"HTMLElement"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 349
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setLayerList",
"type": "Function",
"tags": [],
"label": "setLayerList",
"description": [],
"signature": [
"(layerList: ",
"LayerDescriptor",
"[]) => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 375
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setLayerList.$1",
"type": "Array",
"tags": [],
"label": "layerList",
"description": [],
"signature": [
"LayerDescriptor",
"[]"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 375
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.onSingleValueTrigger",
"type": "Function",
"tags": [],
"label": "onSingleValueTrigger",
"description": [],
"signature": [
"(actionId: string, key: string, value: ",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.RawValue",
"text": "RawValue"
},
") => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 392
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.onSingleValueTrigger.$1",
"type": "string",
"tags": [],
"label": "actionId",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 392
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.onSingleValueTrigger.$2",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 392
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.onSingleValueTrigger.$3",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.RawValue",
"text": "RawValue"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 392
},
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.addFilters",
"type": "Function",
"tags": [],
"label": "addFilters",
"description": [],
"signature": [
"(filters: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[], actionId?: string) => Promise<void>"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 406
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.addFilters.$1",
"type": "Array",
"tags": [],
"label": "filters",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 406
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.addFilters.$2",
"type": "string",
"tags": [],
"label": "actionId",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 406
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.getFilterActions",
"type": "Function",
"tags": [],
"label": "getFilterActions",
"description": [],
"signature": [
"() => Promise<",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<object>[]>"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 418
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.getActionContext",
"type": "Function",
"tags": [],
"label": "getActionContext",
"description": [],
"signature": [
"() => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionExecutionContext",
"text": "ActionExecutionContext"
},
"<object>"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 439
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.setMapExtentFilter",
"type": "Function",
"tags": [],
"label": "setMapExtentFilter",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 450
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.clearMapExtentFilter",
"type": "Function",
"tags": [],
"label": "clearMapExtentFilter",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 486
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.destroy",
"type": "Function",
"tags": [],
"label": "destroy",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 500
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable.reload",
"type": "Function",
"tags": [],
"label": "reload",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 516
},
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddable._handleStoreChanges",
"type": "Function",
"tags": [],
"label": "_handleStoreChanges",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 522
},
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
"parentPluginId": "maps",
"id": "def-public.EMSTermJoinConfig",
"type": "Interface",
"tags": [],
"label": "EMSTermJoinConfig",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 18
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.EMSTermJoinConfig.layerId",
"type": "string",
"tags": [],
"label": "layerId",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 19
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.EMSTermJoinConfig.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 20
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams",
"type": "Interface",
"tags": [],
"label": "RenderTooltipContentParams",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 34
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.addFilters",
"type": "CompoundType",
"tags": [],
"label": "addFilters",
"description": [],
"signature": [
"((filters: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[], actionId: string) => Promise<void>) | null"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 35
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.closeTooltip",
"type": "Function",
"tags": [],
"label": "closeTooltip",
"description": [],
"signature": [
"() => void"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 36
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.features",
"type": "Array",
"tags": [],
"label": "features",
"description": [],
"signature": [
"TooltipFeature",
"[]"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 37
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.getActionContext",
"type": "Function",
"tags": [],
"label": "getActionContext",
"description": [],
"signature": [
"(() => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionExecutionContext",
"text": "ActionExecutionContext"
},
"<object>) | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 38
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.getFilterActions",
"type": "Function",
"tags": [],
"label": "getFilterActions",
"description": [],
"signature": [
"(() => Promise<",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<object>[]>) | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 39
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.getLayerName",
"type": "Function",
"tags": [],
"label": "getLayerName",
"description": [],
"signature": [
"(layerId: string) => Promise<string | null>"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 40
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.isLocked",
"type": "boolean",
"tags": [],
"label": "isLocked",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.loadFeatureProperties",
"type": "Function",
"tags": [],
"label": "loadFeatureProperties",
"description": [],
"signature": [
"({ layerId, featureId, mbProperties, }: { layerId: string; featureId?: string | number | undefined; mbProperties: GeoJSON.GeoJsonProperties; }) => Promise<",
"ITooltipProperty",
"[]>"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 42
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.loadFeatureGeometry",
"type": "Function",
"tags": [],
"label": "loadFeatureGeometry",
"description": [],
"signature": [
"({ layerId, featureId, }: { layerId: string; featureId?: string | number | undefined; }) => GeoJSON.Point | GeoJSON.MultiPoint | GeoJSON.LineString | GeoJSON.MultiLineString | GeoJSON.Polygon | GeoJSON.MultiPolygon | GeoJSON.GeometryCollection | null"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 51
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.RenderTooltipContentParams.onSingleValueTrigger",
"type": "Function",
"tags": [],
"label": "onSingleValueTrigger",
"description": [],
"signature": [
"((actionId: string, key: string, value: ",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.RawValue",
"text": "RawValue"
},
") => void) | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 58
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-public.SampleValuesConfig",
"type": "Interface",
"tags": [],
"label": "SampleValuesConfig",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 12
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.SampleValuesConfig.emsLayerIds",
"type": "Array",
"tags": [],
"label": "emsLayerIds",
"description": [],
"signature": [
"string[] | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 13
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.SampleValuesConfig.sampleValues",
"type": "Array",
"tags": [],
"label": "sampleValues",
"description": [],
"signature": [
"React.ReactText[] | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 14
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.SampleValuesConfig.sampleValuesColumnName",
"type": "string",
"tags": [],
"label": "sampleValuesColumnName",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/maps/public/ems_autosuggest/ems_autosuggest.ts",
"lineNumber": 15
},
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "maps",
"id": "def-public.MAP_SAVED_OBJECT_TYPE",
"type": "string",
"tags": [],
"label": "MAP_SAVED_OBJECT_TYPE",
"description": [],
"signature": [
"\"map\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 29
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddableInput",
"type": "Type",
"tags": [],
"label": "MapEmbeddableInput",
"description": [],
"signature": [
"MapByValueInput",
" | ",
"MapByReferenceInput"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/types.ts",
"lineNumber": 42
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-public.MapEmbeddableOutput",
"type": "Type",
"tags": [],
"label": "MapEmbeddableOutput",
"description": [],
"signature": [
"EmbeddableOutput & { indexPatterns: IIndexPattern[]; }"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/types.ts",
"lineNumber": 44
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [],
"start": {
"parentPluginId": "maps",
"id": "def-public.MapsStartApi",
"type": "Interface",
"tags": [],
"label": "MapsStartApi",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 14
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.createLayerDescriptors",
"type": "Object",
"tags": [],
"label": "createLayerDescriptors",
"description": [],
"signature": [
"{ createSecurityLayerDescriptors: (indexPatternId: string, indexPatternTitle: string) => Promise<",
"LayerDescriptor",
"[]>; createBasemapLayerDescriptor: () => Promise<",
"LayerDescriptor",
" | null>; createESSearchSourceLayerDescriptor: (params: ",
"CreateLayerDescriptorParams",
") => Promise<",
"LayerDescriptor",
">; }"
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 15
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.registerLayerWizard",
"type": "Function",
"tags": [],
"label": "registerLayerWizard",
"description": [],
"signature": [
"(layerWizard: ",
"LayerWizard",
") => Promise<void>"
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 25
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.registerLayerWizard.$1",
"type": "Object",
"tags": [],
"label": "layerWizard",
"description": [],
"signature": [
"LayerWizard"
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 25
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.registerSource",
"type": "Function",
"tags": [],
"label": "registerSource",
"description": [],
"signature": [
"(entry: ",
"SourceRegistryEntry",
") => Promise<void>"
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 26
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.registerSource.$1",
"type": "Object",
"tags": [],
"label": "entry",
"description": [],
"signature": [
"SourceRegistryEntry"
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 26
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.suggestEMSTermJoinConfig",
"type": "Function",
"tags": [],
"label": "suggestEMSTermJoinConfig",
"description": [],
"signature": [
"(config: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.SampleValuesConfig",
"text": "SampleValuesConfig"
},
") => Promise<",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.EMSTermJoinConfig",
"text": "EMSTermJoinConfig"
},
" | null>"
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 27
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-public.MapsStartApi.suggestEMSTermJoinConfig.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.SampleValuesConfig",
"text": "SampleValuesConfig"
}
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 27
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "maps",
"id": "def-common.getEditPath",
"type": "Function",
"tags": [],
"label": "getEditPath",
"description": [],
"signature": [
"(id: string) => string"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 67
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.getEditPath.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 67
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.getExistingMapPath",
"type": "Function",
"tags": [],
"label": "getExistingMapPath",
"description": [],
"signature": [
"(id: string) => string"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 64
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.getExistingMapPath.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 64
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.getNewMapPath",
"type": "Function",
"tags": [],
"label": "getNewMapPath",
"description": [],
"signature": [
"() => string"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 61
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "maps",
"id": "def-common.BodySettings",
"type": "Interface",
"tags": [],
"label": "BodySettings",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 23
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.BodySettings.Unnamed",
"type": "Any",
"tags": [],
"label": "Unnamed",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 24
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.CreateDocSourceResp",
"type": "Interface",
"tags": [],
"label": "CreateDocSourceResp",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 8
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.CreateDocSourceResp.indexPatternId",
"type": "string",
"tags": [],
"label": "indexPatternId",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 9
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-common.CreateDocSourceResp.success",
"type": "boolean",
"tags": [],
"label": "success",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 10
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-common.CreateDocSourceResp.error",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"Error | undefined"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 11
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.IndexSourceMappings",
"type": "Interface",
"tags": [],
"label": "IndexSourceMappings",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 14
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.IndexSourceMappings._meta",
"type": "Object",
"tags": [],
"label": "_meta",
"description": [],
"signature": [
"{ created_by: string; } | undefined"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 15
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-common.IndexSourceMappings.properties",
"type": "Object",
"tags": [],
"label": "properties",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 18
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.WriteSettings",
"type": "Interface",
"tags": [],
"label": "WriteSettings",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 27
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.WriteSettings.index",
"type": "string",
"tags": [],
"label": "index",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 28
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-common.WriteSettings.body",
"type": "Uncategorized",
"tags": [],
"label": "body",
"description": [],
"signature": [
"object"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 29
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-common.WriteSettings.Unnamed",
"type": "Any",
"tags": [],
"label": "Unnamed",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 30
},
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "maps",
"id": "def-common.AGG_TYPE",
"type": "Enum",
"tags": [],
"label": "AGG_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 164
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.COLOR_MAP_TYPE",
"type": "Enum",
"tags": [],
"label": "COLOR_MAP_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 212
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DATA_MAPPING_FUNCTION",
"type": "Enum",
"tags": [],
"label": "DATA_MAPPING_FUNCTION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 293
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DRAW_TYPE",
"type": "Enum",
"tags": [],
"label": "DRAW_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 157
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.ES_GEO_FIELD_TYPE",
"type": "Enum",
"tags": [],
"label": "ES_GEO_FIELD_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 124
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.ES_SPATIAL_RELATIONS",
"type": "Enum",
"tags": [],
"label": "ES_SPATIAL_RELATIONS",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 132
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FIELD_ORIGIN",
"type": "Enum",
"tags": [],
"label": "FIELD_ORIGIN",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 97
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FORMAT_TYPE",
"type": "Enum",
"tags": [],
"label": "FORMAT_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 256
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.GEO_JSON_TYPE",
"type": "Enum",
"tags": [],
"label": "GEO_JSON_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 138
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.GRID_RESOLUTION",
"type": "Enum",
"tags": [],
"label": "GRID_RESOLUTION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 181
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.INITIAL_LOCATION",
"type": "Enum",
"tags": [],
"label": "INITIAL_LOCATION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 268
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.LABEL_BORDER_SIZES",
"type": "Enum",
"tags": [],
"label": "LABEL_BORDER_SIZES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 225
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.LAYER_STYLE_TYPE",
"type": "Enum",
"tags": [],
"label": "LAYER_STYLE_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 206
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.LAYER_TYPE",
"type": "Enum",
"tags": [],
"label": "LAYER_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 71
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.LAYER_WIZARD_CATEGORY",
"type": "Enum",
"tags": [],
"label": "LAYER_WIZARD_CATEGORY",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 275
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MB_LOOKUP_FUNCTION",
"type": "Enum",
"tags": [],
"label": "MB_LOOKUP_FUNCTION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 288
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MVT_FIELD_TYPE",
"type": "Enum",
"tags": [],
"label": "MVT_FIELD_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 261
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.RENDER_AS",
"type": "Enum",
"tags": [],
"label": "RENDER_AS",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 175
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SCALING_TYPES",
"type": "Enum",
"tags": [],
"label": "SCALING_TYPES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 249
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SOURCE_TYPES",
"type": "Enum",
"tags": [],
"label": "SOURCE_TYPES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 80
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.STYLE_TYPE",
"type": "Enum",
"tags": [],
"label": "STYLE_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 201
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SYMBOLIZE_AS_TYPES",
"type": "Enum",
"tags": [],
"label": "SYMBOLIZE_AS_TYPES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 220
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.VECTOR_SHAPE_TYPE",
"type": "Enum",
"tags": [],
"label": "VECTOR_SHAPE_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 281
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.VECTOR_STYLES",
"type": "Enum",
"tags": [],
"label": "VECTOR_STYLES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 234
},
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "maps",
"id": "def-common.AGG_DELIMITER",
"type": "string",
"tags": [],
"label": "AGG_DELIMITER",
"description": [],
"signature": [
"\"_of_\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 163
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.API_ROOT_PATH",
"type": "string",
"tags": [],
"label": "API_ROOT_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 45
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.APP_ICON",
"type": "string",
"tags": [],
"label": "APP_ICON",
"description": [],
"signature": [
"\"gisApp\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 31
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.APP_ICON_SOLUTION",
"type": "string",
"tags": [],
"label": "APP_ICON_SOLUTION",
"description": [],
"signature": [
"\"logoKibana\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 32
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.APP_ID",
"type": "string",
"tags": [],
"label": "APP_ID",
"description": [],
"signature": [
"\"maps\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 30
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.APP_NAME",
"type": "Any",
"tags": [],
"label": "APP_NAME",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 33
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.CATEGORICAL_DATA_TYPES",
"type": "Array",
"tags": [],
"label": "CATEGORICAL_DATA_TYPES",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 217
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.COUNT_PROP_LABEL",
"type": "Any",
"tags": [],
"label": "COUNT_PROP_LABEL",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 195
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.COUNT_PROP_NAME",
"type": "string",
"tags": [],
"label": "COUNT_PROP_NAME",
"description": [],
"signature": [
"\"doc_count\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 199
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DECIMAL_DEGREES_PRECISION",
"type": "number",
"tags": [],
"label": "DECIMAL_DEGREES_PRECISION",
"description": [],
"signature": [
"5"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 113
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DEFAULT_ICON",
"type": "string",
"tags": [],
"label": "DEFAULT_ICON",
"description": [],
"signature": [
"\"marker\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 232
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DEFAULT_MAX_BUCKETS_LIMIT",
"type": "number",
"tags": [],
"label": "DEFAULT_MAX_BUCKETS_LIMIT",
"description": [],
"signature": [
"65535"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 117
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DEFAULT_MAX_INNER_RESULT_WINDOW",
"type": "number",
"tags": [],
"label": "DEFAULT_MAX_INNER_RESULT_WINDOW",
"description": [],
"signature": [
"100"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 116
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DEFAULT_MAX_RESULT_WINDOW",
"type": "number",
"tags": [],
"label": "DEFAULT_MAX_RESULT_WINDOW",
"description": [],
"signature": [
"10000"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 115
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DEFAULT_PERCENTILE",
"type": "number",
"tags": [],
"label": "DEFAULT_PERCENTILE",
"description": [],
"signature": [
"50"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 193
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.DEFAULT_PERCENTILES",
"type": "Array",
"tags": [],
"label": "DEFAULT_PERCENTILES",
"description": [],
"signature": [
"number[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 297
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_APP_NAME",
"type": "string",
"tags": [],
"label": "EMS_APP_NAME",
"description": [],
"signature": [
"\"kibana\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 11
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_CATALOGUE_PATH",
"type": "string",
"tags": [],
"label": "EMS_CATALOGUE_PATH",
"description": [],
"signature": [
"\"ems/catalogue\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 12
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_FILES_API_PATH",
"type": "string",
"tags": [],
"label": "EMS_FILES_API_PATH",
"description": [],
"signature": [
"\"ems/files\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 15
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_FILES_CATALOGUE_PATH",
"type": "string",
"tags": [],
"label": "EMS_FILES_CATALOGUE_PATH",
"description": [],
"signature": [
"\"ems/files\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 14
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_FILES_DEFAULT_JSON_PATH",
"type": "string",
"tags": [],
"label": "EMS_FILES_DEFAULT_JSON_PATH",
"description": [],
"signature": [
"\"file\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 16
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_GLYPHS_PATH",
"type": "string",
"tags": [],
"label": "EMS_GLYPHS_PATH",
"description": [],
"signature": [
"\"fonts\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 17
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_SPRITES_PATH",
"type": "string",
"tags": [],
"label": "EMS_SPRITES_PATH",
"description": [],
"signature": [
"\"sprites\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 18
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_API_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_API_PATH",
"description": [],
"signature": [
"\"ems/tiles\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 21
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_CATALOGUE_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_CATALOGUE_PATH",
"description": [],
"signature": [
"\"ems/tiles\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 20
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_RASTER_STYLE_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_RASTER_STYLE_PATH",
"description": [],
"signature": [
"\"raster/style\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 22
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_RASTER_TILE_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_RASTER_TILE_PATH",
"description": [],
"signature": [
"\"raster/tile\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 23
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_VECTOR_SOURCE_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_VECTOR_SOURCE_PATH",
"description": [],
"signature": [
"\"vector/source\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 26
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_VECTOR_STYLE_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_VECTOR_STYLE_PATH",
"description": [],
"signature": [
"\"vector/style\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 25
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMS_TILES_VECTOR_TILE_PATH",
"type": "string",
"tags": [],
"label": "EMS_TILES_VECTOR_TILE_PATH",
"description": [],
"signature": [
"\"vector/tile\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 27
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.emsRegionLayerId",
"type": "string",
"tags": [],
"label": "emsRegionLayerId",
"description": [],
"signature": [
"\"administrative_regions_lvl2\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 308
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.emsUsaZipLayerId",
"type": "string",
"tags": [],
"label": "emsUsaZipLayerId",
"description": [],
"signature": [
"\"usa_zip_codes\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 309
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.emsWorldLayerId",
"type": "string",
"tags": [],
"label": "emsWorldLayerId",
"description": [],
"signature": [
"\"world_countries\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 307
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.ES_GEO_FIELD_TYPES",
"type": "Array",
"tags": [],
"label": "ES_GEO_FIELD_TYPES",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 130
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FEATURE_ID_PROPERTY_NAME",
"type": "string",
"tags": [],
"label": "FEATURE_ID_PROPERTY_NAME",
"description": [],
"signature": [
"\"__kbn__feature_id__\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 119
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FEATURE_VISIBLE_PROPERTY_NAME",
"type": "string",
"tags": [],
"label": "FEATURE_VISIBLE_PROPERTY_NAME",
"description": [],
"signature": [
"\"__kbn_isvisibleduetojoin__\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 120
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FieldFormatter",
"type": "Type",
"tags": [],
"label": "FieldFormatter",
"description": [],
"signature": [
"(value: ",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.RawValue",
"text": "RawValue"
},
") => React.ReactText"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 301
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FONTS_API_PATH",
"type": "string",
"tags": [],
"label": "FONTS_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 42
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.FORMATTERS_DATA_REQUEST_ID_SUFFIX",
"type": "string",
"tags": [],
"label": "FORMATTERS_DATA_REQUEST_ID_SUFFIX",
"description": [],
"signature": [
"\"formatters\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 104
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.GEOCENTROID_AGG_NAME",
"type": "string",
"tags": [],
"label": "GEOCENTROID_AGG_NAME",
"description": [],
"signature": [
"\"gridCentroid\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 190
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.GEOTILE_GRID_AGG_NAME",
"type": "string",
"tags": [],
"label": "GEOTILE_GRID_AGG_NAME",
"description": [],
"signature": [
"\"gridSplit\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 189
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.GIS_API_PATH",
"type": "string",
"tags": [],
"label": "GIS_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 40
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.INDEX_FEATURE_PATH",
"type": "string",
"tags": [],
"label": "INDEX_FEATURE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 44
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.INDEX_META_DATA_CREATED_BY",
"type": "string",
"tags": [],
"label": "INDEX_META_DATA_CREATED_BY",
"description": [],
"signature": [
"\"maps-drawing-data-ingest\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 303
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.INDEX_SETTINGS_API_PATH",
"type": "string",
"tags": [],
"label": "INDEX_SETTINGS_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 41
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.INDEX_SOURCE_API_PATH",
"type": "string",
"tags": [],
"label": "INDEX_SOURCE_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 43
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.INITIAL_LAYERS_KEY",
"type": "string",
"tags": [],
"label": "INITIAL_LAYERS_KEY",
"description": [],
"signature": [
"\"initialLayers\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 36
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.JOIN_FIELD_NAME_PREFIX",
"type": "string",
"tags": [],
"label": "JOIN_FIELD_NAME_PREFIX",
"description": [],
"signature": [
"\"__kbnjoin__\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 101
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.KBN_IS_CENTROID_FEATURE",
"type": "string",
"tags": [],
"label": "KBN_IS_CENTROID_FEATURE",
"description": [],
"signature": [
"\"__kbn_is_centroid_feature__\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 56
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.KBN_TOO_MANY_FEATURES_IMAGE_ID",
"type": "string",
"tags": [],
"label": "KBN_TOO_MANY_FEATURES_IMAGE_ID",
"description": [],
"signature": [
"\"__kbn_too_many_features_image_id__\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 53
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.KBN_TOO_MANY_FEATURES_PROPERTY",
"type": "string",
"tags": [],
"label": "KBN_TOO_MANY_FEATURES_PROPERTY",
"description": [],
"signature": [
"\"__kbn_too_many_features__\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 52
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.LAT_INDEX",
"type": "number",
"tags": [],
"label": "LAT_INDEX",
"description": [],
"signature": [
"1"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 150
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.LON_INDEX",
"type": "number",
"tags": [],
"label": "LON_INDEX",
"description": [],
"signature": [
"0"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 149
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MAP_PATH",
"type": "string",
"tags": [],
"label": "MAP_PATH",
"description": [],
"signature": [
"\"map\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 39
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MAP_SAVED_OBJECT_TYPE",
"type": "string",
"tags": [],
"label": "MAP_SAVED_OBJECT_TYPE",
"description": [],
"signature": [
"\"map\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 29
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MAPS_APP_PATH",
"type": "string",
"tags": [],
"label": "MAPS_APP_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 38
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MAX_DRAWING_SIZE_BYTES",
"type": "number",
"tags": [],
"label": "MAX_DRAWING_SIZE_BYTES",
"description": [],
"signature": [
"10485760"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 305
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MAX_ZOOM",
"type": "number",
"tags": [],
"label": "MAX_ZOOM",
"description": [],
"signature": [
"24"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 111
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MB_SOURCE_ID_LAYER_ID_PREFIX_DELIMITER",
"type": "string",
"tags": [],
"label": "MB_SOURCE_ID_LAYER_ID_PREFIX_DELIMITER",
"description": [],
"signature": [
"\"_\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 122
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.META_DATA_REQUEST_ID_SUFFIX",
"type": "string",
"tags": [],
"label": "META_DATA_REQUEST_ID_SUFFIX",
"description": [],
"signature": [
"\"meta\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 103
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MIN_ZOOM",
"type": "number",
"tags": [],
"label": "MIN_ZOOM",
"description": [],
"signature": [
"0"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 110
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MVT_GETGRIDTILE_API_PATH",
"type": "string",
"tags": [],
"label": "MVT_GETGRIDTILE_API_PATH",
"description": [],
"signature": [
"\"mvt/getGridTile\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 48
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MVT_GETTILE_API_PATH",
"type": "string",
"tags": [],
"label": "MVT_GETTILE_API_PATH",
"description": [],
"signature": [
"\"mvt/getTile\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 47
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MVT_SOURCE_LAYER_NAME",
"type": "string",
"tags": [],
"label": "MVT_SOURCE_LAYER_NAME",
"description": [],
"signature": [
"\"source_layer\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 49
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.MVT_TOKEN_PARAM_NAME",
"type": "string",
"tags": [],
"label": "MVT_TOKEN_PARAM_NAME",
"description": [],
"signature": [
"\"token\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 58
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.ORDINAL_DATA_TYPES",
"type": "Array",
"tags": [],
"label": "ORDINAL_DATA_TYPES",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 218
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.POLYGON_COORDINATES_EXTERIOR_INDEX",
"type": "number",
"tags": [],
"label": "POLYGON_COORDINATES_EXTERIOR_INDEX",
"description": [],
"signature": [
"0"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 148
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.RawValue",
"type": "Type",
"tags": [],
"label": "RawValue",
"description": [],
"signature": [
"undefined | null | string | number | false | true | string[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 299
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SOURCE_BOUNDS_DATA_REQUEST_ID",
"type": "string",
"tags": [],
"label": "SOURCE_BOUNDS_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 108
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SOURCE_DATA_REQUEST_ID",
"type": "string",
"tags": [],
"label": "SOURCE_DATA_REQUEST_ID",
"description": [],
"signature": [
"\"source\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 105
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SOURCE_FORMATTERS_DATA_REQUEST_ID",
"type": "string",
"tags": [],
"label": "SOURCE_FORMATTERS_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 107
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SOURCE_META_DATA_REQUEST_ID",
"type": "string",
"tags": [],
"label": "SOURCE_META_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 106
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SPATIAL_FILTERS_LAYER_ID",
"type": "string",
"tags": [],
"label": "SPATIAL_FILTERS_LAYER_ID",
"description": [],
"signature": [
"\"SPATIAL_FILTERS_LAYER_ID\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 266
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.SUPER_FINE_ZOOM_DELTA",
"type": "number",
"tags": [],
"label": "SUPER_FINE_ZOOM_DELTA",
"description": [],
"signature": [
"7"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 188
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.TOP_TERM_PERCENTAGE_SUFFIX",
"type": "string",
"tags": [],
"label": "TOP_TERM_PERCENTAGE_SUFFIX",
"description": [],
"signature": [
"\"__percentage\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 192
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "maps",
"id": "def-common.ZOOM_PRECISION",
"type": "number",
"tags": [],
"label": "ZOOM_PRECISION",
"description": [],
"signature": [
"2"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 114
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "maps",
"id": "def-common.EMPTY_FEATURE_COLLECTION",
"type": "Object",
"tags": [],
"label": "EMPTY_FEATURE_COLLECTION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 152
},
"deprecated": false,
"children": [
{
"parentPluginId": "maps",
"id": "def-common.EMPTY_FEATURE_COLLECTION.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"FeatureCollection\""
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 153
},
"deprecated": false
},
{
"parentPluginId": "maps",
"id": "def-common.EMPTY_FEATURE_COLLECTION.features",
"type": "Array",
"tags": [],
"label": "features",
"description": [],
"signature": [
"never[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 154
},
"deprecated": false
}
],
"initialIsOpen": false
}
]
}
}