kibana/api_docs/maps.json
2021-03-23 14:31:08 -04:00

1979 lines
53 KiB
JSON

{
"id": "maps",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"id": "def-public.RenderTooltipContentParams",
"type": "Interface",
"label": "RenderTooltipContentParams",
"description": [],
"tags": [],
"children": [
{
"id": "def-public.RenderTooltipContentParams.addFilters",
"type": "Function",
"label": "addFilters",
"signature": [
"(filter: object, actionId: string) => void"
],
"description": [],
"children": [
{
"type": "Uncategorized",
"label": "filter",
"isRequired": true,
"signature": [
"object"
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 32
}
},
{
"type": "string",
"label": "actionId",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 32
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 32
}
},
{
"id": "def-public.RenderTooltipContentParams.closeTooltip",
"type": "Function",
"label": "closeTooltip",
"signature": [
"() => void"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 33
}
},
{
"tags": [],
"id": "def-public.RenderTooltipContentParams.features",
"type": "Array",
"label": "features",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 34
},
"signature": [
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.TooltipFeature",
"text": "TooltipFeature"
},
"[]"
]
},
{
"tags": [],
"id": "def-public.RenderTooltipContentParams.isLocked",
"type": "boolean",
"label": "isLocked",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 35
}
},
{
"id": "def-public.RenderTooltipContentParams.getLayerName",
"type": "Function",
"label": "getLayerName",
"signature": [
"(layerId: string) => Promise<string>"
],
"description": [],
"children": [
{
"type": "string",
"label": "layerId",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 36
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 36
}
},
{
"id": "def-public.RenderTooltipContentParams.loadFeatureProperties",
"type": "Function",
"label": "loadFeatureProperties",
"signature": [
"({ layerId, featureId }: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.LoadFeatureProps",
"text": "LoadFeatureProps"
},
") => Promise<",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.ITooltipProperty",
"text": "ITooltipProperty"
},
"[]>"
],
"description": [],
"children": [
{
"type": "Object",
"label": "{ layerId, featureId }",
"isRequired": true,
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.LoadFeatureProps",
"text": "LoadFeatureProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 37
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 37
}
},
{
"id": "def-public.RenderTooltipContentParams.loadFeatureGeometry",
"type": "Function",
"label": "loadFeatureGeometry",
"signature": [
"({ layerId, featureId }: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.LoadFeatureProps",
"text": "LoadFeatureProps"
},
") => ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.FeatureGeometry",
"text": "FeatureGeometry"
}
],
"description": [],
"children": [
{
"type": "Object",
"label": "{ layerId, featureId }",
"isRequired": true,
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.LoadFeatureProps",
"text": "LoadFeatureProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 38
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 38
}
}
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 31
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-public.MAP_SAVED_OBJECT_TYPE",
"type": "string",
"label": "MAP_SAVED_OBJECT_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 29
},
"signature": [
"\"map\""
],
"initialIsOpen": false
}
],
"objects": [],
"start": {
"id": "def-public.MapsStartApi",
"type": "Interface",
"label": "MapsStartApi",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.MapsStartApi.createLayerDescriptors",
"type": "Object",
"label": "createLayerDescriptors",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 14
},
"signature": [
"{ createSecurityLayerDescriptors: (indexPatternId: string, indexPatternTitle: string) => Promise<",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.LayerDescriptor",
"text": "LayerDescriptor"
},
"[]>; createBasemapLayerDescriptor: () => Promise<",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.LayerDescriptor",
"text": "LayerDescriptor"
},
" | null>; createESSearchSourceLayerDescriptor: (params: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.CreateLayerDescriptorParams",
"text": "CreateLayerDescriptorParams"
},
") => Promise<",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.LayerDescriptor",
"text": "LayerDescriptor"
},
">; }"
]
},
{
"id": "def-public.MapsStartApi.registerLayerWizard",
"type": "Function",
"label": "registerLayerWizard",
"signature": [
"(layerWizard: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.LayerWizard",
"text": "LayerWizard"
},
") => Promise<void>"
],
"description": [],
"children": [
{
"type": "Object",
"label": "layerWizard",
"isRequired": true,
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.LayerWizard",
"text": "LayerWizard"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 24
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 24
}
},
{
"id": "def-public.MapsStartApi.registerSource",
"type": "Function",
"label": "registerSource",
"signature": [
"(entry: ",
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.SourceRegistryEntry",
"text": "SourceRegistryEntry"
},
") => Promise<void>"
],
"description": [],
"children": [
{
"type": "Object",
"label": "entry",
"isRequired": true,
"signature": [
{
"pluginId": "maps",
"scope": "public",
"docId": "kibMapsPluginApi",
"section": "def-public.SourceRegistryEntry",
"text": "SourceRegistryEntry"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 25
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 25
}
}
],
"source": {
"path": "x-pack/plugins/maps/public/api/start_api.ts",
"lineNumber": 13
},
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"id": "def-common.getEditPath",
"type": "Function",
"label": "getEditPath",
"signature": [
"(id: string) => string"
],
"description": [],
"children": [
{
"type": "string",
"label": "id",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 64
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 64
},
"initialIsOpen": false
},
{
"id": "def-common.getExistingMapPath",
"type": "Function",
"label": "getExistingMapPath",
"signature": [
"(id: string) => string"
],
"description": [],
"children": [
{
"type": "string",
"label": "id",
"isRequired": true,
"signature": [
"string"
],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 61
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 61
},
"initialIsOpen": false
},
{
"id": "def-common.getNewMapPath",
"type": "Function",
"label": "getNewMapPath",
"signature": [
"() => string"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 58
},
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-common.BodySettings",
"type": "Interface",
"label": "BodySettings",
"description": [],
"tags": [],
"children": [
{
"id": "def-common.BodySettings.Unnamed",
"type": "Any",
"label": "Unnamed",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 23
},
"signature": [
"any"
]
}
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 22
},
"initialIsOpen": false
},
{
"id": "def-common.CreateDocSourceResp",
"type": "Interface",
"label": "CreateDocSourceResp",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.CreateDocSourceResp.success",
"type": "boolean",
"label": "success",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 9
}
},
{
"tags": [],
"id": "def-common.CreateDocSourceResp.error",
"type": "Object",
"label": "error",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 10
},
"signature": [
"Error | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 8
},
"initialIsOpen": false
},
{
"id": "def-common.IndexSourceMappings",
"type": "Interface",
"label": "IndexSourceMappings",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.IndexSourceMappings._meta",
"type": "Object",
"label": "_meta",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 14
},
"signature": [
"{ created_by: string; } | undefined"
]
},
{
"tags": [],
"id": "def-common.IndexSourceMappings.properties",
"type": "Object",
"label": "properties",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 17
},
"signature": [
"{ [key: string]: any; }"
]
}
],
"source": {
"path": "x-pack/plugins/maps/common/types.ts",
"lineNumber": 13
},
"initialIsOpen": false
}
],
"enums": [
{
"id": "def-common.AGG_TYPE",
"type": "Enum",
"label": "AGG_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 161
},
"initialIsOpen": false
},
{
"id": "def-common.COLOR_MAP_TYPE",
"type": "Enum",
"label": "COLOR_MAP_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 209
},
"initialIsOpen": false
},
{
"id": "def-common.DATA_MAPPING_FUNCTION",
"type": "Enum",
"label": "DATA_MAPPING_FUNCTION",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 290
},
"initialIsOpen": false
},
{
"id": "def-common.DRAW_TYPE",
"type": "Enum",
"label": "DRAW_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 154
},
"initialIsOpen": false
},
{
"id": "def-common.ES_GEO_FIELD_TYPE",
"type": "Enum",
"label": "ES_GEO_FIELD_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 121
},
"initialIsOpen": false
},
{
"id": "def-common.ES_SPATIAL_RELATIONS",
"type": "Enum",
"label": "ES_SPATIAL_RELATIONS",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 129
},
"initialIsOpen": false
},
{
"id": "def-common.FIELD_ORIGIN",
"type": "Enum",
"label": "FIELD_ORIGIN",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 94
},
"initialIsOpen": false
},
{
"id": "def-common.FORMAT_TYPE",
"type": "Enum",
"label": "FORMAT_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 253
},
"initialIsOpen": false
},
{
"id": "def-common.GEO_JSON_TYPE",
"type": "Enum",
"label": "GEO_JSON_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 135
},
"initialIsOpen": false
},
{
"id": "def-common.GRID_RESOLUTION",
"type": "Enum",
"label": "GRID_RESOLUTION",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 178
},
"initialIsOpen": false
},
{
"id": "def-common.INITIAL_LOCATION",
"type": "Enum",
"label": "INITIAL_LOCATION",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 265
},
"initialIsOpen": false
},
{
"id": "def-common.LABEL_BORDER_SIZES",
"type": "Enum",
"label": "LABEL_BORDER_SIZES",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 222
},
"initialIsOpen": false
},
{
"id": "def-common.LAYER_STYLE_TYPE",
"type": "Enum",
"label": "LAYER_STYLE_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 203
},
"initialIsOpen": false
},
{
"id": "def-common.LAYER_TYPE",
"type": "Enum",
"label": "LAYER_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 68
},
"initialIsOpen": false
},
{
"id": "def-common.LAYER_WIZARD_CATEGORY",
"type": "Enum",
"label": "LAYER_WIZARD_CATEGORY",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 272
},
"initialIsOpen": false
},
{
"id": "def-common.MB_LOOKUP_FUNCTION",
"type": "Enum",
"label": "MB_LOOKUP_FUNCTION",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 285
},
"initialIsOpen": false
},
{
"id": "def-common.MVT_FIELD_TYPE",
"type": "Enum",
"label": "MVT_FIELD_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 258
},
"initialIsOpen": false
},
{
"id": "def-common.RENDER_AS",
"type": "Enum",
"label": "RENDER_AS",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 172
},
"initialIsOpen": false
},
{
"id": "def-common.SCALING_TYPES",
"type": "Enum",
"label": "SCALING_TYPES",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 246
},
"initialIsOpen": false
},
{
"id": "def-common.SOURCE_TYPES",
"type": "Enum",
"label": "SOURCE_TYPES",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 77
},
"initialIsOpen": false
},
{
"id": "def-common.STYLE_TYPE",
"type": "Enum",
"label": "STYLE_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 198
},
"initialIsOpen": false
},
{
"id": "def-common.SYMBOLIZE_AS_TYPES",
"type": "Enum",
"label": "SYMBOLIZE_AS_TYPES",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 217
},
"initialIsOpen": false
},
{
"id": "def-common.VECTOR_SHAPE_TYPE",
"type": "Enum",
"label": "VECTOR_SHAPE_TYPE",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 278
},
"initialIsOpen": false
},
{
"id": "def-common.VECTOR_STYLES",
"type": "Enum",
"label": "VECTOR_STYLES",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 231
},
"initialIsOpen": false
}
],
"misc": [
{
"tags": [],
"id": "def-common.AGG_DELIMITER",
"type": "string",
"label": "AGG_DELIMITER",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 160
},
"signature": [
"\"_of_\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.API_ROOT_PATH",
"type": "string",
"label": "API_ROOT_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 44
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.APP_ICON",
"type": "string",
"label": "APP_ICON",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 31
},
"signature": [
"\"gisApp\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.APP_ICON_SOLUTION",
"type": "string",
"label": "APP_ICON_SOLUTION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 32
},
"signature": [
"\"logoKibana\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.APP_ID",
"type": "string",
"label": "APP_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 30
},
"signature": [
"\"maps\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.APP_NAME",
"type": "string",
"label": "APP_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 33
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.CATEGORICAL_DATA_TYPES",
"type": "Array",
"label": "CATEGORICAL_DATA_TYPES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 214
},
"signature": [
"string[]"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.COUNT_PROP_LABEL",
"type": "string",
"label": "COUNT_PROP_LABEL",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 192
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.COUNT_PROP_NAME",
"type": "string",
"label": "COUNT_PROP_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 196
},
"signature": [
"\"doc_count\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DECIMAL_DEGREES_PRECISION",
"type": "number",
"label": "DECIMAL_DEGREES_PRECISION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 110
},
"signature": [
"5"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_ICON",
"type": "string",
"label": "DEFAULT_ICON",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 229
},
"signature": [
"\"marker\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_MAX_BUCKETS_LIMIT",
"type": "number",
"label": "DEFAULT_MAX_BUCKETS_LIMIT",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 114
},
"signature": [
"65535"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_MAX_INNER_RESULT_WINDOW",
"type": "number",
"label": "DEFAULT_MAX_INNER_RESULT_WINDOW",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 113
},
"signature": [
"100"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_MAX_RESULT_WINDOW",
"type": "number",
"label": "DEFAULT_MAX_RESULT_WINDOW",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 112
},
"signature": [
"10000"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_PERCENTILE",
"type": "number",
"label": "DEFAULT_PERCENTILE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 190
},
"signature": [
"50"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.DEFAULT_PERCENTILES",
"type": "Array",
"label": "DEFAULT_PERCENTILES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 294
},
"signature": [
"number[]"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_APP_NAME",
"type": "string",
"label": "EMS_APP_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 11
},
"signature": [
"\"kibana\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_CATALOGUE_PATH",
"type": "string",
"label": "EMS_CATALOGUE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 12
},
"signature": [
"\"ems/catalogue\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_FILES_API_PATH",
"type": "string",
"label": "EMS_FILES_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 15
},
"signature": [
"\"ems/files\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_FILES_CATALOGUE_PATH",
"type": "string",
"label": "EMS_FILES_CATALOGUE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 14
},
"signature": [
"\"ems/files\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_FILES_DEFAULT_JSON_PATH",
"type": "string",
"label": "EMS_FILES_DEFAULT_JSON_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 16
},
"signature": [
"\"file\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_GLYPHS_PATH",
"type": "string",
"label": "EMS_GLYPHS_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 17
},
"signature": [
"\"fonts\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_SPRITES_PATH",
"type": "string",
"label": "EMS_SPRITES_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 18
},
"signature": [
"\"sprites\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_API_PATH",
"type": "string",
"label": "EMS_TILES_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 21
},
"signature": [
"\"ems/tiles\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_CATALOGUE_PATH",
"type": "string",
"label": "EMS_TILES_CATALOGUE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 20
},
"signature": [
"\"ems/tiles\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_RASTER_STYLE_PATH",
"type": "string",
"label": "EMS_TILES_RASTER_STYLE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 22
},
"signature": [
"\"raster/style\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_RASTER_TILE_PATH",
"type": "string",
"label": "EMS_TILES_RASTER_TILE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 23
},
"signature": [
"\"raster/tile\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_VECTOR_SOURCE_PATH",
"type": "string",
"label": "EMS_TILES_VECTOR_SOURCE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 26
},
"signature": [
"\"vector/source\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_VECTOR_STYLE_PATH",
"type": "string",
"label": "EMS_TILES_VECTOR_STYLE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 25
},
"signature": [
"\"vector/style\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.EMS_TILES_VECTOR_TILE_PATH",
"type": "string",
"label": "EMS_TILES_VECTOR_TILE_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 27
},
"signature": [
"\"vector/tile\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.ES_GEO_FIELD_TYPES",
"type": "Array",
"label": "ES_GEO_FIELD_TYPES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 127
},
"signature": [
"string[]"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.FEATURE_ID_PROPERTY_NAME",
"type": "string",
"label": "FEATURE_ID_PROPERTY_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 116
},
"signature": [
"\"__kbn__feature_id__\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.FEATURE_VISIBLE_PROPERTY_NAME",
"type": "string",
"label": "FEATURE_VISIBLE_PROPERTY_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 117
},
"signature": [
"\"__kbn_isvisibleduetojoin__\""
],
"initialIsOpen": false
},
{
"id": "def-common.FieldFormatter",
"type": "Type",
"label": "FieldFormatter",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 298
},
"signature": [
"(value: ",
{
"pluginId": "maps",
"scope": "common",
"docId": "kibMapsPluginApi",
"section": "def-common.RawValue",
"text": "RawValue"
},
") => React.ReactText"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.FONTS_API_PATH",
"type": "string",
"label": "FONTS_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 42
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.FORMATTERS_DATA_REQUEST_ID_SUFFIX",
"type": "string",
"label": "FORMATTERS_DATA_REQUEST_ID_SUFFIX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 101
},
"signature": [
"\"formatters\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.GEOCENTROID_AGG_NAME",
"type": "string",
"label": "GEOCENTROID_AGG_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 187
},
"signature": [
"\"gridCentroid\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.GEOTILE_GRID_AGG_NAME",
"type": "string",
"label": "GEOTILE_GRID_AGG_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 186
},
"signature": [
"\"gridSplit\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.GIS_API_PATH",
"type": "string",
"label": "GIS_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 40
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.INDEX_META_DATA_CREATED_BY",
"type": "string",
"label": "INDEX_META_DATA_CREATED_BY",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 300
},
"signature": [
"\"maps-drawing-data-ingest\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.INDEX_SETTINGS_API_PATH",
"type": "string",
"label": "INDEX_SETTINGS_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 41
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.INDEX_SOURCE_API_PATH",
"type": "string",
"label": "INDEX_SOURCE_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 43
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.INITIAL_LAYERS_KEY",
"type": "string",
"label": "INITIAL_LAYERS_KEY",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 36
},
"signature": [
"\"initialLayers\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.JOIN_FIELD_NAME_PREFIX",
"type": "string",
"label": "JOIN_FIELD_NAME_PREFIX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 98
},
"signature": [
"\"__kbnjoin__\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.KBN_IS_CENTROID_FEATURE",
"type": "string",
"label": "KBN_IS_CENTROID_FEATURE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 55
},
"signature": [
"\"__kbn_is_centroid_feature__\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.KBN_TOO_MANY_FEATURES_IMAGE_ID",
"type": "string",
"label": "KBN_TOO_MANY_FEATURES_IMAGE_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 52
},
"signature": [
"\"__kbn_too_many_features_image_id__\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.KBN_TOO_MANY_FEATURES_PROPERTY",
"type": "string",
"label": "KBN_TOO_MANY_FEATURES_PROPERTY",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 51
},
"signature": [
"\"__kbn_too_many_features__\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.LAT_INDEX",
"type": "number",
"label": "LAT_INDEX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 147
},
"signature": [
"1"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.LON_INDEX",
"type": "number",
"label": "LON_INDEX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 146
},
"signature": [
"0"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MAP_PATH",
"type": "string",
"label": "MAP_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 39
},
"signature": [
"\"map\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MAP_SAVED_OBJECT_TYPE",
"type": "string",
"label": "MAP_SAVED_OBJECT_TYPE",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 29
},
"signature": [
"\"map\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MAPS_APP_PATH",
"type": "string",
"label": "MAPS_APP_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 38
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MAX_ZOOM",
"type": "number",
"label": "MAX_ZOOM",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 108
},
"signature": [
"24"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MB_SOURCE_ID_LAYER_ID_PREFIX_DELIMITER",
"type": "string",
"label": "MB_SOURCE_ID_LAYER_ID_PREFIX_DELIMITER",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 119
},
"signature": [
"\"_\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.META_DATA_REQUEST_ID_SUFFIX",
"type": "string",
"label": "META_DATA_REQUEST_ID_SUFFIX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 100
},
"signature": [
"\"meta\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MIN_ZOOM",
"type": "number",
"label": "MIN_ZOOM",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 107
},
"signature": [
"0"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MVT_GETGRIDTILE_API_PATH",
"type": "string",
"label": "MVT_GETGRIDTILE_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 47
},
"signature": [
"\"mvt/getGridTile\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MVT_GETTILE_API_PATH",
"type": "string",
"label": "MVT_GETTILE_API_PATH",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 46
},
"signature": [
"\"mvt/getTile\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.MVT_SOURCE_LAYER_NAME",
"type": "string",
"label": "MVT_SOURCE_LAYER_NAME",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 48
},
"signature": [
"\"source_layer\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.ORDINAL_DATA_TYPES",
"type": "Array",
"label": "ORDINAL_DATA_TYPES",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 215
},
"signature": [
"string[]"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.POLYGON_COORDINATES_EXTERIOR_INDEX",
"type": "number",
"label": "POLYGON_COORDINATES_EXTERIOR_INDEX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 145
},
"signature": [
"0"
],
"initialIsOpen": false
},
{
"id": "def-common.RawValue",
"type": "Type",
"label": "RawValue",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 296
},
"signature": [
"undefined | null | string | number | false | true"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.SOURCE_BOUNDS_DATA_REQUEST_ID",
"type": "string",
"label": "SOURCE_BOUNDS_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 105
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.SOURCE_DATA_REQUEST_ID",
"type": "string",
"label": "SOURCE_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 102
},
"signature": [
"\"source\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.SOURCE_FORMATTERS_DATA_REQUEST_ID",
"type": "string",
"label": "SOURCE_FORMATTERS_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 104
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.SOURCE_META_DATA_REQUEST_ID",
"type": "string",
"label": "SOURCE_META_DATA_REQUEST_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 103
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.SPATIAL_FILTERS_LAYER_ID",
"type": "string",
"label": "SPATIAL_FILTERS_LAYER_ID",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 263
},
"signature": [
"\"SPATIAL_FILTERS_LAYER_ID\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.SUPER_FINE_ZOOM_DELTA",
"type": "number",
"label": "SUPER_FINE_ZOOM_DELTA",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 185
},
"signature": [
"7"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.TOP_TERM_PERCENTAGE_SUFFIX",
"type": "string",
"label": "TOP_TERM_PERCENTAGE_SUFFIX",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 189
},
"signature": [
"\"__percentage\""
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.ZOOM_PRECISION",
"type": "number",
"label": "ZOOM_PRECISION",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 111
},
"signature": [
"2"
],
"initialIsOpen": false
}
],
"objects": [
{
"id": "def-common.EMPTY_FEATURE_COLLECTION",
"type": "Object",
"tags": [],
"children": [
{
"tags": [],
"id": "def-common.EMPTY_FEATURE_COLLECTION.type",
"type": "string",
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 150
},
"signature": [
"\"FeatureCollection\""
]
},
{
"tags": [],
"id": "def-common.EMPTY_FEATURE_COLLECTION.features",
"type": "Array",
"label": "features",
"description": [],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 151
},
"signature": [
"never[]"
]
}
],
"description": [],
"label": "EMPTY_FEATURE_COLLECTION",
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 149
},
"initialIsOpen": false
}
]
}
}