mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
961 lines
No EOL
33 KiB
JSON
961 lines
No EOL
33 KiB
JSON
{
|
|
"id": "mapsEms",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EMSConfig",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig.includeElasticMapsService",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "includeElasticMapsService",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig.emsUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig.emsFileApiUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsFileApiUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig.emsTileApiUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsTileApiUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig.emsLandingPageUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsLandingPageUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.EMSConfig.emsFontLibraryUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsFontLibraryUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.MapConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MapConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly includeElasticMapsService: boolean; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { dark: string; bright: string; desaturated: string; }>; }"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/server/config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.TileMapConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TileMapConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly url?: string | undefined; readonly options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/server/config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.MapsEmsPluginPublicSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MapsEmsPluginPublicSetup",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.MapsEmsPluginPublicStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MapsEmsPluginPublicStart",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.MapsEmsPluginPublicStart.config",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly includeElasticMapsService: boolean; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { dark: string; bright: string; desaturated: string; }>; }"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.MapsEmsPluginPublicStart.createEMSSettings",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createEMSSettings",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "mapsEms",
|
|
"scope": "common",
|
|
"docId": "kibMapsEmsPluginApi",
|
|
"section": "def-common.EMSSettings",
|
|
"text": "EMSSettings"
|
|
}
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-public.MapsEmsPluginPublicStart.createEMSClient",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createEMSClient",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"EMSClient",
|
|
">"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "EMSSettings",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "mapsEms",
|
|
"scope": "common",
|
|
"docId": "kibMapsEmsPluginApi",
|
|
"section": "def-common.EMSConfig",
|
|
"text": "EMSConfig"
|
|
}
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.Unnamed.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIsEnterprisePlus",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.isEMSUrlSet",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isEMSUrlSet",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.getEMSRoot",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSRoot",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.isIncludeElasticMapsService",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isIncludeElasticMapsService",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.hasOnPremLicense",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasOnPremLicense",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.isEMSEnabled",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isEMSEnabled",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.getEMSFileApiUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSFileApiUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.getEMSTileApiUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSTileApiUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.getEMSLandingPageUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSLandingPageUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.EMSSettings.getEMSFontLibraryUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSFontLibraryUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.MapsEmsPluginServerSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MapsEmsPluginServerSetup",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.MapsEmsPluginServerSetup.config",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly includeElasticMapsService: boolean; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { dark: string; bright: string; desaturated: string; }>; }"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-server.MapsEmsPluginServerSetup.createEMSSettings",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createEMSSettings",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "mapsEms",
|
|
"scope": "common",
|
|
"docId": "kibMapsEmsPluginApi",
|
|
"section": "def-common.EMSSettings",
|
|
"text": "EMSSettings"
|
|
}
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "EMSSettings",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "mapsEms",
|
|
"scope": "common",
|
|
"docId": "kibMapsEmsPluginApi",
|
|
"section": "def-common.EMSConfig",
|
|
"text": "EMSConfig"
|
|
}
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.Unnamed.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIsEnterprisePlus",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.isEMSUrlSet",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isEMSUrlSet",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.getEMSRoot",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSRoot",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.isIncludeElasticMapsService",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isIncludeElasticMapsService",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.hasOnPremLicense",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasOnPremLicense",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.isEMSEnabled",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isEMSEnabled",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.getEMSFileApiUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSFileApiUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.getEMSTileApiUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSTileApiUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.getEMSLandingPageUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSLandingPageUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSSettings.getEMSFontLibraryUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEMSFontLibraryUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EMSConfig",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig.includeElasticMapsService",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "includeElasticMapsService",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig.emsUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig.emsFileApiUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsFileApiUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig.emsTileApiUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsTileApiUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig.emsLandingPageUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsLandingPageUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMSConfig.emsFontLibraryUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "emsFontLibraryUrl",
|
|
"description": [],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_DARKMAP_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_DARKMAP_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"dark_map\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_FILE_API_URL",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_FILE_API_URL",
|
|
"description": [],
|
|
"signature": [
|
|
"\"https://vector.maps.elastic.co\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_FONT_LIBRARY_URL",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_FONT_LIBRARY_URL",
|
|
"description": [],
|
|
"signature": [
|
|
"\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_LANDING_PAGE_URL",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_LANDING_PAGE_URL",
|
|
"description": [],
|
|
"signature": [
|
|
"\"https://maps.elastic.co\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_REST_VERSION",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_REST_VERSION",
|
|
"description": [],
|
|
"signature": [
|
|
"\"2023-10-31\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_ROADMAP_DESATURATED_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_ROADMAP_DESATURATED_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"road_map_desaturated\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_ROADMAP_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_ROADMAP_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"road_map\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.DEFAULT_EMS_TILE_API_URL",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DEFAULT_EMS_TILE_API_URL",
|
|
"description": [],
|
|
"signature": [
|
|
"\"https://tiles.maps.elastic.co\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMS_APP_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "EMS_APP_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"kibana\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMS_DARKMAP_BOREALIS_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "EMS_DARKMAP_BOREALIS_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"dark_map_v9\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.EMS_ROADMAP_BOREALIS_DESATURATED_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "EMS_ROADMAP_BOREALIS_DESATURATED_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"road_map_desaturated_v9\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/ems_defaults.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "mapsEms",
|
|
"id": "def-common.LICENSE_CHECK_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LICENSE_CHECK_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"maps\""
|
|
],
|
|
"path": "src/platform/plugins/private/maps_ems/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |