{ "id": "mapsEms", "client": { "classes": [], "functions": [], "interfaces": [ { "id": "def-public.FileLayer", "type": "Interface", "label": "FileLayer", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.FileLayer.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 18 } }, { "tags": [], "id": "def-public.FileLayer.origin", "type": "string", "label": "origin", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 19 } }, { "tags": [], "id": "def-public.FileLayer.id", "type": "string", "label": "id", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 20 } }, { "tags": [], "id": "def-public.FileLayer.format", "type": "CompoundType", "label": "format", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 21 }, "signature": [ "string | { type: string; }" ] }, { "tags": [], "id": "def-public.FileLayer.fields", "type": "Array", "label": "fields", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 22 }, "signature": [ { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayerField", "text": "FileLayerField" }, "[]" ] }, { "tags": [], "id": "def-public.FileLayer.url", "type": "string", "label": "url", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 23 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.FileLayer.layerId", "type": "string", "label": "layerId", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 24 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.FileLayer.created_at", "type": "string", "label": "created_at", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 25 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.FileLayer.attribution", "type": "string", "label": "attribution", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 26 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.FileLayer.meta", "type": "Object", "label": "meta", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 27 }, "signature": [ "{ [key: string]: string; } | undefined" ] } ], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 17 }, "initialIsOpen": false }, { "id": "def-public.FileLayerField", "type": "Interface", "label": "FileLayerField", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.FileLayerField.name", "type": "string", "label": "name", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 33 } }, { "tags": [], "id": "def-public.FileLayerField.description", "type": "string", "label": "description", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 34 } }, { "tags": [], "id": "def-public.FileLayerField.type", "type": "string", "label": "type", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 35 } } ], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 32 }, "initialIsOpen": false }, { "id": "def-public.IServiceSettings", "type": "Interface", "label": "IServiceSettings", "description": [], "tags": [], "children": [ { "id": "def-public.IServiceSettings.getEMSHotLink", "type": "Function", "label": "getEMSHotLink", "signature": [ "(layer: ", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayer", "text": "FileLayer" }, ") => Promise" ], "description": [], "children": [ { "id": "def-public.IServiceSettings.getEMSHotLink.$1", "type": "Object", "label": "layer", "isRequired": true, "signature": [ { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayer", "text": "FileLayer" } ], "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 44 } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 44 } }, { "id": "def-public.IServiceSettings.getTMSServices", "type": "Function", "label": "getTMSServices", "signature": [ "() => Promise<", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.TmsLayer", "text": "TmsLayer" }, "[]>" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 45 } }, { "id": "def-public.IServiceSettings.getFileLayers", "type": "Function", "label": "getFileLayers", "signature": [ "() => Promise<", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayer", "text": "FileLayer" }, "[]>" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 46 } }, { "id": "def-public.IServiceSettings.getUrlForRegionLayer", "type": "Function", "label": "getUrlForRegionLayer", "signature": [ "(layer: ", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayer", "text": "FileLayer" }, ") => Promise" ], "description": [], "children": [ { "id": "def-public.IServiceSettings.getUrlForRegionLayer.$1", "type": "Object", "label": "layer", "isRequired": true, "signature": [ { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayer", "text": "FileLayer" } ], "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 47 } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 47 } }, { "id": "def-public.IServiceSettings.setQueryParams", "type": "Function", "label": "setQueryParams", "signature": [ "(params: { [p: string]: string; }) => void" ], "description": [], "children": [ { "id": "def-public.IServiceSettings.setQueryParams.$1.params", "type": "Object", "label": "params", "tags": [], "description": [], "children": [ { "id": "def-public.IServiceSettings.setQueryParams.$1.params.Unnamed", "type": "Any", "label": "Unnamed", "tags": [], "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 48 }, "signature": [ "any" ] } ], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 48 } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 48 } }, { "id": "def-public.IServiceSettings.getAttributesForTMSLayer", "type": "Function", "label": "getAttributesForTMSLayer", "signature": [ "(tmsServiceConfig: ", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.TmsLayer", "text": "TmsLayer" }, ", isDesaturated: boolean, isDarkMode: boolean) => any" ], "description": [], "children": [ { "id": "def-public.IServiceSettings.getAttributesForTMSLayer.$1", "type": "Object", "label": "tmsServiceConfig", "isRequired": true, "signature": [ { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.TmsLayer", "text": "TmsLayer" } ], "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 50 } }, { "id": "def-public.IServiceSettings.getAttributesForTMSLayer.$2", "type": "boolean", "label": "isDesaturated", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 51 } }, { "id": "def-public.IServiceSettings.getAttributesForTMSLayer.$3", "type": "boolean", "label": "isDarkMode", "isRequired": true, "signature": [ "boolean" ], "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 52 } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 49 } } ], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 43 }, "initialIsOpen": false }, { "id": "def-public.TmsLayer", "type": "Interface", "label": "TmsLayer", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.TmsLayer.id", "type": "string", "label": "id", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 10 } }, { "tags": [], "id": "def-public.TmsLayer.origin", "type": "string", "label": "origin", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 11 } }, { "tags": [], "id": "def-public.TmsLayer.minZoom", "type": "number", "label": "minZoom", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 12 } }, { "tags": [], "id": "def-public.TmsLayer.maxZoom", "type": "number", "label": "maxZoom", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 13 } }, { "tags": [], "id": "def-public.TmsLayer.attribution", "type": "string", "label": "attribution", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 14 } } ], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 9 }, "initialIsOpen": false }, { "id": "def-public.VectorLayer", "type": "Interface", "label": "VectorLayer", "signature": [ { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.VectorLayer", "text": "VectorLayer" }, " extends ", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.FileLayer", "text": "FileLayer" } ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.VectorLayer.layerId", "type": "string", "label": "layerId", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 39 } }, { "tags": [], "id": "def-public.VectorLayer.isEMS", "type": "boolean", "label": "isEMS", "description": [], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 40 } } ], "source": { "path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts", "lineNumber": 38 }, "initialIsOpen": false } ], "enums": [], "misc": [ { "tags": [], "id": "def-public.DEFAULT_EMS_DARKMAP_ID", "type": "string", "label": "DEFAULT_EMS_DARKMAP_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 18 }, "signature": [ "\"dark_map\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.DEFAULT_EMS_FILE_API_URL", "type": "string", "label": "DEFAULT_EMS_FILE_API_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 10 }, "signature": [ "\"https://vector.maps.elastic.co\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.DEFAULT_EMS_FONT_LIBRARY_URL", "type": "string", "label": "DEFAULT_EMS_FONT_LIBRARY_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 13 }, "signature": [ "\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.DEFAULT_EMS_LANDING_PAGE_URL", "type": "string", "label": "DEFAULT_EMS_LANDING_PAGE_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 12 }, "signature": [ "\"https://maps.elastic.co/v7.13\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.DEFAULT_EMS_ROADMAP_DESATURATED_ID", "type": "string", "label": "DEFAULT_EMS_ROADMAP_DESATURATED_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 17 }, "signature": [ "\"road_map_desaturated\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.DEFAULT_EMS_ROADMAP_ID", "type": "string", "label": "DEFAULT_EMS_ROADMAP_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 16 }, "signature": [ "\"road_map\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.DEFAULT_EMS_TILE_API_URL", "type": "string", "label": "DEFAULT_EMS_TILE_API_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 11 }, "signature": [ "\"https://tiles.maps.elastic.co\"" ], "initialIsOpen": false }, { "id": "def-public.LayerConfig", "type": "Type", "label": "LayerConfig", "tags": [], "description": [], "source": { "path": "src/plugins/maps_ems/config.ts", "lineNumber": 57 }, "signature": [ "{ readonly name: string; readonly format: Readonly<{} & { type: string; }>; readonly fields: Readonly<{} & { description: string; name: string; }>[]; readonly meta: Readonly<{} & { feature_collection_path: string; }>; readonly url: string; readonly attribution: string; }" ], "initialIsOpen": false }, { "id": "def-public.MapsEmsConfig", "type": "Type", "label": "MapsEmsConfig", "tags": [], "description": [], "source": { "path": "src/plugins/maps_ems/config.ts", "lineNumber": 89 }, "signature": [ "{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; 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 manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }" ], "initialIsOpen": false }, { "tags": [], "id": "def-public.TMS_IN_YML_ID", "type": "string", "label": "TMS_IN_YML_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/index.ts", "lineNumber": 9 }, "signature": [ "\"TMS in config/kibana.yml\"" ], "initialIsOpen": false } ], "objects": [ { "id": "def-public.ORIGIN", "type": "Object", "tags": [], "children": [ { "tags": [], "id": "def-public.ORIGIN.EMS", "type": "string", "label": "EMS", "description": [], "source": { "path": "src/plugins/maps_ems/common/origin.ts", "lineNumber": 10 } }, { "tags": [], "id": "def-public.ORIGIN.KIBANA_YML", "type": "string", "label": "KIBANA_YML", "description": [], "source": { "path": "src/plugins/maps_ems/common/origin.ts", "lineNumber": 11 } } ], "description": [], "label": "ORIGIN", "source": { "path": "src/plugins/maps_ems/common/origin.ts", "lineNumber": 9 }, "initialIsOpen": false } ], "setup": { "id": "def-public.MapsEmsPluginSetup", "type": "Interface", "label": "MapsEmsPluginSetup", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.MapsEmsPluginSetup.config", "type": "Object", "label": "config", "description": [], "source": { "path": "src/plugins/maps_ems/public/index.ts", "lineNumber": 32 }, "signature": [ "Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; 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; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>" ] }, { "tags": [], "id": "def-public.MapsEmsPluginSetup.getServiceSettings", "type": "Function", "label": "getServiceSettings", "description": [], "source": { "path": "src/plugins/maps_ems/public/index.ts", "lineNumber": 33 }, "signature": [ "() => Promise<", { "pluginId": "mapsEms", "scope": "public", "docId": "kibMapsEmsPluginApi", "section": "def-public.IServiceSettings", "text": "IServiceSettings" }, ">" ] } ], "source": { "path": "src/plugins/maps_ems/public/index.ts", "lineNumber": 31 }, "lifecycle": "setup", "initialIsOpen": true }, "start": { "id": "def-public.MapsEmsPluginStart", "type": "Type", "label": "MapsEmsPluginStart", "tags": [], "description": [], "source": { "path": "src/plugins/maps_ems/public/index.ts", "lineNumber": 35 }, "signature": [ "void" ], "lifecycle": "start", "initialIsOpen": true } }, "server": { "classes": [ { "id": "def-server.MapsEmsPlugin", "type": "Class", "tags": [], "label": "MapsEmsPlugin", "description": [], "signature": [ { "pluginId": "mapsEms", "scope": "server", "docId": "kibMapsEmsPluginApi", "section": "def-server.MapsEmsPlugin", "text": "MapsEmsPlugin" }, " implements ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.Plugin", "text": "Plugin" }, "<", { "pluginId": "mapsEms", "scope": "server", "docId": "kibMapsEmsPluginApi", "section": "def-server.MapsEmsPluginSetup", "text": "MapsEmsPluginSetup" }, ", void, object, object>" ], "children": [ { "tags": [], "id": "def-server.MapsEmsPlugin._initializerContext", "type": "Object", "label": "_initializerContext", "description": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 39 }, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; 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; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>" ] }, { "id": "def-server.MapsEmsPlugin.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "id": "def-server.MapsEmsPlugin.Unnamed.$1", "type": "Object", "label": "initializerContext", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; 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; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>" ], "description": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 41 } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 41 } }, { "id": "def-server.MapsEmsPlugin.setup", "type": "Function", "label": "setup", "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, ") => { config: Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; 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; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>; }" ], "description": [], "children": [ { "id": "def-server.MapsEmsPlugin.setup.$1", "type": "Object", "label": "core", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" ], "description": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 45 } } ], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 45 } }, { "id": "def-server.MapsEmsPlugin.start", "type": "Function", "label": "start", "signature": [ "() => void" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 52 } } ], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 38 }, "initialIsOpen": false } ], "functions": [], "interfaces": [ { "id": "def-server.MapsEmsPluginSetup", "type": "Interface", "label": "MapsEmsPluginSetup", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.MapsEmsPluginSetup.config", "type": "Object", "label": "config", "description": [], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 35 }, "signature": [ "Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; 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; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>" ] } ], "source": { "path": "src/plugins/maps_ems/server/index.ts", "lineNumber": 34 }, "initialIsOpen": false } ], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [ { "tags": [], "id": "def-common.DEFAULT_EMS_DARKMAP_ID", "type": "string", "label": "DEFAULT_EMS_DARKMAP_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 18 }, "signature": [ "\"dark_map\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DEFAULT_EMS_FILE_API_URL", "type": "string", "label": "DEFAULT_EMS_FILE_API_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 10 }, "signature": [ "\"https://vector.maps.elastic.co\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DEFAULT_EMS_FONT_LIBRARY_URL", "type": "string", "label": "DEFAULT_EMS_FONT_LIBRARY_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 13 }, "signature": [ "\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DEFAULT_EMS_LANDING_PAGE_URL", "type": "string", "label": "DEFAULT_EMS_LANDING_PAGE_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 12 }, "signature": [ "\"https://maps.elastic.co/v7.13\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DEFAULT_EMS_ROADMAP_DESATURATED_ID", "type": "string", "label": "DEFAULT_EMS_ROADMAP_DESATURATED_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 17 }, "signature": [ "\"road_map_desaturated\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DEFAULT_EMS_ROADMAP_ID", "type": "string", "label": "DEFAULT_EMS_ROADMAP_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 16 }, "signature": [ "\"road_map\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DEFAULT_EMS_TILE_API_URL", "type": "string", "label": "DEFAULT_EMS_TILE_API_URL", "description": [], "source": { "path": "src/plugins/maps_ems/common/ems_defaults.ts", "lineNumber": 11 }, "signature": [ "\"https://tiles.maps.elastic.co\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.TMS_IN_YML_ID", "type": "string", "label": "TMS_IN_YML_ID", "description": [], "source": { "path": "src/plugins/maps_ems/common/index.ts", "lineNumber": 9 }, "signature": [ "\"TMS in config/kibana.yml\"" ], "initialIsOpen": false } ], "objects": [ { "id": "def-common.ORIGIN", "type": "Object", "tags": [], "children": [ { "tags": [], "id": "def-common.ORIGIN.EMS", "type": "string", "label": "EMS", "description": [], "source": { "path": "src/plugins/maps_ems/common/origin.ts", "lineNumber": 10 } }, { "tags": [], "id": "def-common.ORIGIN.KIBANA_YML", "type": "string", "label": "KIBANA_YML", "description": [], "source": { "path": "src/plugins/maps_ems/common/origin.ts", "lineNumber": 11 } } ], "description": [], "label": "ORIGIN", "source": { "path": "src/plugins/maps_ems/common/origin.ts", "lineNumber": 9 }, "initialIsOpen": false } ] } }