mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Support the docs scripts knowing which json files are specifically for dev docs. * Update jest snapshot docs * Update api docs
6883 lines
No EOL
241 KiB
JSON
6883 lines
No EOL
241 KiB
JSON
{
|
|
"id": "@kbn/mapbox-gl",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "LngLat",
|
|
"description": [
|
|
"\nLngLat"
|
|
],
|
|
"signature": [
|
|
"maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.lng",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lng",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.lat",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lat",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.Unnamed.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lng",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.Unnamed.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lat",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.wrap",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "wrap",
|
|
"description": [
|
|
"Return a new LngLat object whose longitude is wrapped to the range (-180, 180)."
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.toArray",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toArray",
|
|
"description": [
|
|
"Return a LngLat as an array"
|
|
],
|
|
"signature": [
|
|
"() => number[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.toString",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toString",
|
|
"description": [
|
|
"Return a LngLat as a string"
|
|
],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.distanceTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "distanceTo",
|
|
"description": [
|
|
"Returns the approximate distance between a pair of coordinates in meters\nUses the Haversine Formula (from R.W. Sinnott, \"Virtues of the Haversine\", Sky and Telescope, vol. 68, no. 2, 1984, p. 159)"
|
|
],
|
|
"signature": [
|
|
"(lngLat: maplibregl.LngLat) => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.distanceTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "lngLat",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.toBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toBounds",
|
|
"description": [],
|
|
"signature": [
|
|
"(radius: number) => maplibregl.LngLatBounds"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.toBounds.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "radius",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.convert",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convert",
|
|
"description": [],
|
|
"signature": [
|
|
"(input: maplibregl.LngLatLike) => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLat.convert.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "input",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "LngLatBounds",
|
|
"description": [
|
|
"\nLngLatBounds"
|
|
],
|
|
"signature": [
|
|
"maplibregl.LngLatBounds"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.sw",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sw",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number] | maplibregl.LngLat | { lng: number; lat: number; } | { lon: number; lat: number; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.ne",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "ne",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number] | maplibregl.LngLat | { lng: number; lat: number; } | { lon: number; lat: number; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.Unnamed.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "boundsLike",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number, number, number] | [maplibregl.LngLatLike, maplibregl.LngLatLike] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.Unnamed.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sw",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.Unnamed.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "ne",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.setNorthEast",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setNorthEast",
|
|
"description": [],
|
|
"signature": [
|
|
"(ne: maplibregl.LngLatLike) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.setNorthEast.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "ne",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.setSouthWest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setSouthWest",
|
|
"description": [],
|
|
"signature": [
|
|
"(sw: maplibregl.LngLatLike) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.setSouthWest.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sw",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.contains",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "contains",
|
|
"description": [
|
|
"Check if the point is within the bounding box."
|
|
],
|
|
"signature": [
|
|
"(lnglat: maplibregl.LngLatLike) => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.contains.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lnglat",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.extend",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "extend",
|
|
"description": [
|
|
"Extend the bounds to include a given LngLat or LngLatBounds."
|
|
],
|
|
"signature": [
|
|
"(obj: [number, number] | [number, number, number, number] | maplibregl.LngLatBounds | [maplibregl.LngLatLike, maplibregl.LngLatLike] | maplibregl.LngLat | { lng: number; lat: number; } | { lon: number; lat: number; }) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.extend.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "obj",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number] | [number, number, number, number] | maplibregl.LngLatBounds | [maplibregl.LngLatLike, maplibregl.LngLatLike] | maplibregl.LngLat | { lng: number; lat: number; } | { lon: number; lat: number; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getCenter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCenter",
|
|
"description": [
|
|
"Get the point equidistant from this box's corners"
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getSouthWest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSouthWest",
|
|
"description": [
|
|
"Get southwest corner"
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getNorthEast",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getNorthEast",
|
|
"description": [
|
|
"Get northeast corner"
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getNorthWest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getNorthWest",
|
|
"description": [
|
|
"Get northwest corner"
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getSouthEast",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSouthEast",
|
|
"description": [
|
|
"Get southeast corner"
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getWest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getWest",
|
|
"description": [
|
|
"Get west edge longitude"
|
|
],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getSouth",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSouth",
|
|
"description": [
|
|
"Get south edge latitude"
|
|
],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getEast",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getEast",
|
|
"description": [
|
|
"Get east edge longitude"
|
|
],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.getNorth",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getNorth",
|
|
"description": [
|
|
"Get north edge latitude"
|
|
],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.toArray",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toArray",
|
|
"description": [
|
|
"Returns a LngLatBounds as an array"
|
|
],
|
|
"signature": [
|
|
"() => number[][]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.toString",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toString",
|
|
"description": [
|
|
"Return a LngLatBounds as a string"
|
|
],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.isEmpty",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isEmpty",
|
|
"description": [
|
|
"Returns a boolean"
|
|
],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.convert",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convert",
|
|
"description": [
|
|
"Convert an array to a LngLatBounds object, or return an existing LngLatBounds object unchanged."
|
|
],
|
|
"signature": [
|
|
"(input: maplibregl.LngLatBoundsLike) => maplibregl.LngLatBounds"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.LngLatBounds.convert.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "input",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatBoundsLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "Map",
|
|
"description": [
|
|
"\nMap"
|
|
],
|
|
"signature": [
|
|
"maplibregl.Map extends maplibregl.Evented"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapboxOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addControl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addControl",
|
|
"description": [],
|
|
"signature": [
|
|
"(control: maplibregl.Control | maplibregl.IControl, position?: \"top-right\" | \"top-left\" | \"bottom-right\" | \"bottom-left\" | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addControl.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "control",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Control | maplibregl.IControl"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addControl.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "position",
|
|
"description": [],
|
|
"signature": [
|
|
"\"top-right\" | \"top-left\" | \"bottom-right\" | \"bottom-left\" | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeControl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeControl",
|
|
"description": [],
|
|
"signature": [
|
|
"(control: maplibregl.Control | maplibregl.IControl) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeControl.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "control",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Control | maplibregl.IControl"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.hasControl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasControl",
|
|
"description": [
|
|
"\nChecks if a control exists on the map.\n"
|
|
],
|
|
"signature": [
|
|
"(control: maplibregl.IControl) => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.hasControl.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "control",
|
|
"description": [
|
|
"The {@link IControl } to check."
|
|
],
|
|
"signature": [
|
|
"maplibregl.IControl"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"True if map contains control."
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resize",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resize",
|
|
"description": [],
|
|
"signature": [
|
|
"(eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resize.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getBounds",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.LngLatBounds"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getMaxBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getMaxBounds",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.LngLatBounds | null"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMaxBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setMaxBounds",
|
|
"description": [],
|
|
"signature": [
|
|
"(lnglatbounds?: maplibregl.LngLatBoundsLike | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMaxBounds.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lnglatbounds",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatBoundsLike | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMinZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setMinZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"(minZoom?: number | null | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMinZoom.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "minZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getMinZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getMinZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMaxZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setMaxZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"(maxZoom?: number | null | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMaxZoom.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "maxZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getMaxZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getMaxZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMinPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setMinPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"(minPitch?: number | null | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMinPitch.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "minPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getMinPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getMinPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMaxPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setMaxPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"(maxPitch?: number | null | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setMaxPitch.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "maxPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getMaxPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getMaxPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getRenderWorldCopies",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRenderWorldCopies",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setRenderWorldCopies",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setRenderWorldCopies",
|
|
"description": [],
|
|
"signature": [
|
|
"(renderWorldCopies?: boolean | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setRenderWorldCopies.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "renderWorldCopies",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.project",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "project",
|
|
"description": [],
|
|
"signature": [
|
|
"(lnglat: maplibregl.LngLatLike) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.project.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lnglat",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.unproject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unproject",
|
|
"description": [],
|
|
"signature": [
|
|
"(point: maplibregl.PointLike) => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.unproject.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "point",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.PointLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isMoving",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isMoving",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isZooming",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isZooming",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isRotating",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isRotating",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.queryRenderedFeatures",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "queryRenderedFeatures",
|
|
"description": [
|
|
"\nReturns an array of GeoJSON Feature objects representing visible features that satisfy the query parameters.\n\nThe properties value of each returned feature object contains the properties of its source feature. For GeoJSON sources, only string and numeric property values are supported (i.e. null, Array, and Object values are not supported).\n\nEach feature includes top-level layer, source, and sourceLayer properties. The layer property is an object representing the style layer to which the feature belongs. Layout and paint properties in this object contain values which are fully evaluated for the given zoom level and feature.\n\nOnly features that are currently rendered are included. Some features will not be included, like:\n\n- Features from layers whose visibility property is \"none\".\n- Features from layers whose zoom range excludes the current zoom level.\n- Symbol features that have been hidden due to text or icon collision.\n\nFeatures from all other layers are included, including features that may have no visible contribution to the rendered result; for example, because the layer's opacity or color alpha component is set to 0.\n\nThe topmost rendered feature appears first in the returned array, and subsequent features are sorted by descending z-order. Features that are rendered multiple times (due to wrapping across the antimeridian at low zoom levels) are returned only once (though subject to the following caveat).\n\nBecause features come from tiled vector data or GeoJSON data that is converted to tiles internally, feature geometries may be split or duplicated across tile boundaries and, as a result, features may appear multiple times in query results. For example, suppose there is a highway running through the bounding rectangle of a query. The results of the query will be those parts of the highway that lie within the map tiles covering the bounding rectangle, even if the highway extends into other tiles, and the portion of the highway within each map tile will be returned as a separate feature. Similarly, a point feature near a tile boundary may appear in multiple tiles due to tile buffering.\n"
|
|
],
|
|
"signature": [
|
|
"(pointOrBox?: maplibregl.PointLike | [maplibregl.PointLike, maplibregl.PointLike] | undefined, options?: ({ layers?: string[] | undefined; filter?: any[] | undefined; } & maplibregl.FilterOptions) | undefined) => maplibregl.MapboxGeoJSONFeature[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.queryRenderedFeatures.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "pointOrBox",
|
|
"description": [
|
|
"The geometry of the query region: either a single point or southwest and northeast points describing a bounding box. Omitting this parameter (i.e. calling Map#queryRenderedFeatures with zero arguments, or with only a options argument) is equivalent to passing a bounding box encompassing the entire map viewport."
|
|
],
|
|
"signature": [
|
|
"maplibregl.PointLike | [maplibregl.PointLike, maplibregl.PointLike] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.queryRenderedFeatures.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"({ layers?: string[] | undefined; filter?: any[] | undefined; } & maplibregl.FilterOptions) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.querySourceFeatures",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "querySourceFeatures",
|
|
"description": [
|
|
"\nReturns an array of GeoJSON Feature objects representing features within the specified vector tile or GeoJSON source that satisfy the query parameters.\n\nIn contrast to Map#queryRenderedFeatures, this function returns all features matching the query parameters, whether or not they are rendered by the current style (i.e. visible). The domain of the query includes all currently-loaded vector tiles and GeoJSON source tiles: this function does not check tiles outside the currently visible viewport.\n\nBecause features come from tiled vector data or GeoJSON data that is converted to tiles internally, feature geometries may be split or duplicated across tile boundaries and, as a result, features may appear multiple times in query results. For example, suppose there is a highway running through the bounding rectangle of a query. The results of the query will be those parts of the highway that lie within the map tiles covering the bounding rectangle, even if the highway extends into other tiles, and the portion of the highway within each map tile will be returned as a separate feature. Similarly, a point feature near a tile boundary may appear in multiple tiles due to tile buffering.\n"
|
|
],
|
|
"signature": [
|
|
"(sourceID: string, parameters?: ({ sourceLayer?: string | undefined; filter?: any[] | undefined; } & maplibregl.FilterOptions) | undefined) => maplibregl.MapboxGeoJSONFeature[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.querySourceFeatures.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sourceID",
|
|
"description": [
|
|
"The ID of the vector tile or GeoJSON source to query."
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.querySourceFeatures.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "parameters",
|
|
"description": [],
|
|
"signature": [
|
|
"({ sourceLayer?: string | undefined; filter?: any[] | undefined; } & maplibregl.FilterOptions) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setStyle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"(style: string | maplibregl.Style, options?: { diff?: boolean | undefined; localIdeographFontFamily?: string | undefined; } | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setStyle.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [],
|
|
"signature": [
|
|
"string | maplibregl.Style"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setStyle.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setStyle.$2.diff",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "diff",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setStyle.$2.localIdeographFontFamily",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "localIdeographFontFamily",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setTransformRequest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setTransformRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"(transformRequest: maplibregl.TransformRequestFunction) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setTransformRequest.$1",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "transformRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.TransformRequestFunction"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getStyle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getStyle",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.Style"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isStyleLoaded",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isStyleLoaded",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addSource",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addSource",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string, source: maplibregl.AnySourceData) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addSource.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addSource.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "source",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnySourceData"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isSourceLoaded",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isSourceLoaded",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isSourceLoaded.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.areTilesLoaded",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "areTilesLoaded",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeSource",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeSource",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeSource.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getSource",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSource",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => maplibregl.AnySourceImpl"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getSource.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addImage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addImage",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string, image: ArrayBufferView | HTMLImageElement | { width: number; height: number; data: Uint8Array | Uint8ClampedArray; } | ImageData | ImageBitmap, options?: { pixelRatio?: number | undefined; sdf?: boolean | undefined; } | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addImage.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addImage.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "image",
|
|
"description": [],
|
|
"signature": [
|
|
"ArrayBufferView | HTMLImageElement | { width: number; height: number; data: Uint8Array | Uint8ClampedArray; } | ImageData | ImageBitmap"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addImage.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addImage.$3.pixelRatio",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "pixelRatio",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addImage.$3.sdf",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sdf",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.hasImage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasImage",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string) => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.hasImage.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeImage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeImage",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeImage.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.loadImage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "loadImage",
|
|
"description": [],
|
|
"signature": [
|
|
"(url: string, callback: Function) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.loadImage.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "url",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.loadImage.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "callback",
|
|
"description": [],
|
|
"signature": [
|
|
"Function"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.listImages",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listImages",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addLayer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: maplibregl.AnyLayer, before?: string | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addLayer.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnyLayer"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.addLayer.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "before",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.moveLayer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "moveLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string, beforeId?: string | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.moveLayer.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.moveLayer.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "beforeId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeLayer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeLayer.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getLayer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"(id: string) => maplibregl.AnyLayer"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getLayer.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: string, filter?: boolean | any[] | null | undefined, options?: maplibregl.FilterOptions | null | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFilter.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFilter.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | any[] | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFilter.$3",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.FilterOptions | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayerZoomRange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setLayerZoomRange",
|
|
"description": [],
|
|
"signature": [
|
|
"(layerId: string, minzoom: number, maxzoom: number) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayerZoomRange.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layerId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayerZoomRange.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "minzoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayerZoomRange.$3",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxzoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: string) => any[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getFilter.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPaintProperty",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setPaintProperty",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: string, name: string, value: any, klass?: string | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPaintProperty.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPaintProperty.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPaintProperty.$3",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPaintProperty.$4",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "klass",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getPaintProperty",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getPaintProperty",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: string, name: string) => any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getPaintProperty.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getPaintProperty.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayoutProperty",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setLayoutProperty",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: string, name: string, value: any) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayoutProperty.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayoutProperty.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLayoutProperty.$3",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getLayoutProperty",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLayoutProperty",
|
|
"description": [],
|
|
"signature": [
|
|
"(layer: string, name: string) => any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getLayoutProperty.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getLayoutProperty.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLight",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setLight",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: maplibregl.Light, lightOptions?: any) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLight.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Light"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setLight.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "lightOptions",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getLight",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLight",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.Light"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFeatureState",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFeatureState",
|
|
"description": [],
|
|
"signature": [
|
|
"(feature: maplibregl.MapboxGeoJSONFeature | maplibregl.FeatureIdentifier, state: { [key: string]: any; }) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFeatureState.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "feature",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapboxGeoJSONFeature | maplibregl.FeatureIdentifier"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFeatureState.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "state",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setFeatureState.$2.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: any",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getFeatureState",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFeatureState",
|
|
"description": [],
|
|
"signature": [
|
|
"(feature: maplibregl.MapboxGeoJSONFeature | maplibregl.FeatureIdentifier) => { [key: string]: any; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getFeatureState.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "feature",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapboxGeoJSONFeature | maplibregl.FeatureIdentifier"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeFeatureState",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeFeatureState",
|
|
"description": [],
|
|
"signature": [
|
|
"(target: maplibregl.MapboxGeoJSONFeature | maplibregl.FeatureIdentifier, key?: string | undefined) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeFeatureState.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "target",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapboxGeoJSONFeature | maplibregl.FeatureIdentifier"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.removeFeatureState.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getContainer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getContainer",
|
|
"description": [],
|
|
"signature": [
|
|
"() => HTMLElement"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getCanvasContainer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCanvasContainer",
|
|
"description": [],
|
|
"signature": [
|
|
"() => HTMLElement"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getCanvas",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCanvas",
|
|
"description": [],
|
|
"signature": [
|
|
"() => HTMLCanvasElement"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.loaded",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "loaded",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.remove",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "remove",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.triggerRepaint",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "triggerRepaint",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.showTileBoundaries",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showTileBoundaries",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.showCollisionBoxes",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showCollisionBoxes",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.showPadding",
|
|
"type": "boolean",
|
|
"tags": [
|
|
"name",
|
|
"type",
|
|
"instance",
|
|
"memberof"
|
|
],
|
|
"label": "showPadding",
|
|
"description": [
|
|
"\nGets and sets a Boolean indicating whether the map will visualize\nthe padding offsets.\n"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.repaint",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "repaint",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getCenter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCenter",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setCenter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setCenter",
|
|
"description": [],
|
|
"signature": [
|
|
"(center: maplibregl.LngLatLike, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setCenter.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "center",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setCenter.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panBy",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "panBy",
|
|
"description": [],
|
|
"signature": [
|
|
"(offset: maplibregl.PointLike, options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panBy.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "offset",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.PointLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panBy.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panBy.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "panTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(lnglat: maplibregl.LngLatLike, options?: maplibregl.AnimationOptions | undefined, eventdata?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panTo.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lnglat",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panTo.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.panTo.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventdata",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"(zoom: number, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setZoom.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "zoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setZoom.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "zoomTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(zoom: number, options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomTo.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "zoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomTo.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomTo.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomIn",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "zoomIn",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomIn.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomIn.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomOut",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "zoomOut",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomOut.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.zoomOut.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getBearing",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getBearing",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setBearing",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setBearing",
|
|
"description": [],
|
|
"signature": [
|
|
"(bearing: number, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setBearing.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bearing",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setBearing.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getPadding",
|
|
"type": "Function",
|
|
"tags": [
|
|
"memberof"
|
|
],
|
|
"label": "getPadding",
|
|
"description": [
|
|
"\nReturns the current padding applied around the map viewport.\n"
|
|
],
|
|
"signature": [
|
|
"() => maplibregl.PaddingOptions"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"The current padding around the map viewport."
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPadding",
|
|
"type": "Function",
|
|
"tags": [
|
|
"memberof",
|
|
"fires",
|
|
"fires"
|
|
],
|
|
"label": "setPadding",
|
|
"description": [
|
|
"\nSets the padding in pixels around the viewport.\n\nEquivalent to `jumpTo({padding: padding})`.\n"
|
|
],
|
|
"signature": [
|
|
"(padding: maplibregl.RequireAtLeastOne<maplibregl.PaddingOptions>, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPadding.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "padding",
|
|
"description": [
|
|
"The desired padding. Format: { left: number, right: number, top: number, bottom: number }"
|
|
],
|
|
"signature": [
|
|
"maplibregl.RequireAtLeastOne<maplibregl.PaddingOptions>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPadding.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [
|
|
"Additional properties to be added to event objects of events triggered by this method."
|
|
],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"`this`"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.rotateTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "rotateTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(bearing: number, options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.rotateTo.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bearing",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.rotateTo.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.rotateTo.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resetNorth",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resetNorth",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resetNorth.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resetNorth.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resetNorthPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resetNorthPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: maplibregl.AnimationOptions | null | undefined, eventData?: maplibregl.EventData | null | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resetNorthPitch.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.resetNorthPitch.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | null | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.snapToNorth",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "snapToNorth",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: maplibregl.AnimationOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.snapToNorth.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnimationOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.snapToNorth.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.getPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPitch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"(pitch: number, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPitch.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "pitch",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.setPitch.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.cameraForBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "cameraForBounds",
|
|
"description": [],
|
|
"signature": [
|
|
"(bounds: maplibregl.LngLatBoundsLike, options?: maplibregl.CameraForBoundsOptions | undefined) => maplibregl.CameraForBoundsResult | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.cameraForBounds.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "bounds",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatBoundsLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.cameraForBounds.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.CameraForBoundsOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitBounds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fitBounds",
|
|
"description": [],
|
|
"signature": [
|
|
"(bounds: maplibregl.LngLatBoundsLike, options?: maplibregl.FitBoundsOptions | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitBounds.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "bounds",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLatBoundsLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitBounds.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.FitBoundsOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitBounds.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitScreenCoordinates",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fitScreenCoordinates",
|
|
"description": [],
|
|
"signature": [
|
|
"(p0: maplibregl.PointLike, p1: maplibregl.PointLike, bearing: number, options?: (maplibregl.AnimationOptions & maplibregl.CameraOptions) | undefined, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitScreenCoordinates.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "p0",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.PointLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitScreenCoordinates.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "p1",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.PointLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitScreenCoordinates.$3",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bearing",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitScreenCoordinates.$4",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"(maplibregl.AnimationOptions & maplibregl.CameraOptions) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.fitScreenCoordinates.$5",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.jumpTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "jumpTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: maplibregl.CameraOptions, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.jumpTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.CameraOptions"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.jumpTo.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.easeTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "easeTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: maplibregl.EaseToOptions, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.easeTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EaseToOptions"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.easeTo.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.flyTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "flyTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: maplibregl.FlyToOptions, eventData?: maplibregl.EventData | undefined) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.flyTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.FlyToOptions"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.flyTo.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eventData",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.EventData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.isEasing",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isEasing",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.stop",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"() => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "on",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "on",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "on",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.on.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: any) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "once",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "once",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "once",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.once.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: any) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "off",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "layer",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$3",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "off",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "off",
|
|
"description": [],
|
|
"signature": [
|
|
"{ <T extends keyof maplibregl.MapLayerEventType>(type: T, layer: string, listener: (ev: maplibregl.MapLayerEventType[T] & maplibregl.EventData) => void): this; <T extends keyof maplibregl.MapEventType>(type: T, listener: (ev: maplibregl.MapEventType[T] & maplibregl.EventData) => void): this; (type: string, listener: (ev: any) => void): this; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.off.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "listener",
|
|
"description": [],
|
|
"signature": [
|
|
"(ev: any) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.scrollZoom",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "scrollZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.ScrollZoomHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.boxZoom",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "boxZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.BoxZoomHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.dragRotate",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dragRotate",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.DragRotateHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.dragPan",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dragPan",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.DragPanHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.keyboard",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "keyboard",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.KeyboardHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.doubleClickZoom",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "doubleClickZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.DoubleClickZoomHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.touchZoomRotate",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "touchZoomRotate",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.TouchZoomRotateHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Map.touchPitch",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "touchPitch",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.TouchPitchHandler"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapMouseEvent",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "MapMouseEvent",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapMouseEvent extends maplibregl.MapboxEvent<MouseEvent>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapMouseEvent.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"click\" | \"dblclick\" | \"mousedown\" | \"mouseup\" | \"mousemove\" | \"mouseenter\" | \"mouseleave\" | \"mouseover\" | \"mouseout\" | \"contextmenu\""
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapMouseEvent.point",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "point",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapMouseEvent.lngLat",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "lngLat",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.LngLat"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapMouseEvent.preventDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "preventDefault",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapMouseEvent.defaultPrevented",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "defaultPrevented",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "Point",
|
|
"description": [
|
|
"\nPoint"
|
|
],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.x",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.y",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "y",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.Unnamed.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.Unnamed.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "y",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.clone",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "clone",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.add",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "add",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.add.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.sub",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "sub",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.sub.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.mult",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "mult",
|
|
"description": [],
|
|
"signature": [
|
|
"(k: number) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.mult.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "k",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.div",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "div",
|
|
"description": [],
|
|
"signature": [
|
|
"(k: number) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.div.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "k",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.rotate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "rotate",
|
|
"description": [],
|
|
"signature": [
|
|
"(a: number) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.rotate.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "a",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.matMult",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "matMult",
|
|
"description": [],
|
|
"signature": [
|
|
"(m: number) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.matMult.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "m",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.unit",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unit",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.perp",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "perp",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.round",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "round",
|
|
"description": [],
|
|
"signature": [
|
|
"() => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.mag",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "mag",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.equals",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "equals",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => boolean"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.equals.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.dist",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "dist",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.dist.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.distSqr",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "distSqr",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.distSqr.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "angle",
|
|
"description": [],
|
|
"signature": [
|
|
"() => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "angleTo",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleWidth",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "angleWidth",
|
|
"description": [],
|
|
"signature": [
|
|
"(p: maplibregl.Point) => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleWidth.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "p",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleWithSep",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "angleWithSep",
|
|
"description": [],
|
|
"signature": [
|
|
"(x: number, y: number) => number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleWithSep.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.angleWithSep.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "y",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.convert",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convert",
|
|
"description": [],
|
|
"signature": [
|
|
"(a: maplibregl.PointLike) => maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Point.convert.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "a",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.PointLike"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomLayerInterface",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.CustomLayerInterface"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"A unique layer id."
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"custom\""
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.renderingMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "renderingMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"2d\" | \"3d\" | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.onRemove",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onRemove",
|
|
"description": [
|
|
"\nOptional method called when the layer has been removed from the Map with Map#removeLayer.\nThis gives the layer a chance to clean up gl resources and event listeners."
|
|
],
|
|
"signature": [
|
|
"((map: maplibregl.Map, gl: WebGLRenderingContext) => void) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.onRemove.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "map",
|
|
"description": [
|
|
"The Map this custom layer was just added to."
|
|
],
|
|
"signature": [
|
|
"maplibregl.Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.onRemove.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "gl",
|
|
"description": [
|
|
"The gl context for the map."
|
|
],
|
|
"signature": [
|
|
"WebGLRenderingContext"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.onAdd",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onAdd",
|
|
"description": [
|
|
"\nOptional method called when the layer has been added to the Map with Map#addLayer.\nThis gives the layer a chance to initialize gl resources and register event listeners."
|
|
],
|
|
"signature": [
|
|
"((map: maplibregl.Map, gl: WebGLRenderingContext) => void) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.onAdd.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "map",
|
|
"description": [
|
|
"The Map this custom layer was just added to."
|
|
],
|
|
"signature": [
|
|
"maplibregl.Map"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.onAdd.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "gl",
|
|
"description": [
|
|
"The gl context for the map."
|
|
],
|
|
"signature": [
|
|
"WebGLRenderingContext"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.prerender",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "prerender",
|
|
"description": [
|
|
"\nOptional method called during a render frame to allow a layer to prepare resources\nor render into a texture.\n\nThe layer cannot make any assumptions about the current GL state and must bind a framebuffer\nbefore rendering."
|
|
],
|
|
"signature": [
|
|
"((gl: WebGLRenderingContext, matrix: number[]) => void) | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.prerender.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "gl",
|
|
"description": [
|
|
"The map's gl context."
|
|
],
|
|
"signature": [
|
|
"WebGLRenderingContext"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.prerender.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "matrix",
|
|
"description": [
|
|
"The map's camera matrix. It projects spherical mercator coordinates to gl\ncoordinates. The mercator coordinate [0, 0] represents the top left corner of\nthe mercator world and [1, 1] represents the bottom right corner. When the\nrenderingMode is \"3d\" , the z coordinate is conformal. A box with identical\nx, y, and z lengths in mercator units would be rendered as a cube.\nMercatorCoordinate .fromLatLng can be used to project a LngLat to a mercator\ncoordinate."
|
|
],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.render",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "render",
|
|
"description": [
|
|
"\nCalled during a render frame allowing the layer to draw into the GL context.\n\nThe layer can assume blending and depth state is set to allow the layer to properly blend\nand clip other layers. The layer cannot make any other assumptions about the current GL state.\n\nIf the layer needs to render to a texture, it should implement the prerender method to do this\nand only use the render method for drawing directly into the main framebuffer.\n\nThe blend function is set to gl.blendFunc(gl.ONE, gl.ONE_MINUS_SRC_ALPHA). This expects\ncolors to be provided in premultiplied alpha form where the r, g and b values are already\nmultiplied by the a value. If you are unable to provide colors in premultiplied form you may\nwant to change the blend function to\ngl.blendFuncSeparate(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA, gl.ONE, gl.ONE_MINUS_SRC_ALPHA).\n"
|
|
],
|
|
"signature": [
|
|
"(gl: WebGLRenderingContext, matrix: number[]) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.render.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "gl",
|
|
"description": [
|
|
"The map's gl context."
|
|
],
|
|
"signature": [
|
|
"WebGLRenderingContext"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.CustomLayerInterface.render.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "matrix",
|
|
"description": [
|
|
"The map's camera matrix. It projects spherical mercator coordinates to gl\ncoordinates. The mercator coordinate [0, 0] represents the top left corner of\nthe mercator world and [1, 1] represents the bottom right corner. When the\nrenderingMode is \"3d\" , the z coordinate is conformal. A box with identical\nx, y, and z lengths in mercator units would be rendered as a cube.\nMercatorCoordinate .fromLatLng can be used to project a LngLat to a mercator\ncoordinate."
|
|
],
|
|
"signature": [
|
|
"number[]"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.FeatureIdentifier",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FeatureIdentifier",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.FeatureIdentifier"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.FeatureIdentifier.id",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.FeatureIdentifier.source",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "source",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.FeatureIdentifier.sourceLayer",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sourceLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GeoJSONSource",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.GeoJSONSource extends maplibregl.GeoJSONSourceRaw"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"geojson\""
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.setData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setData",
|
|
"description": [],
|
|
"signature": [
|
|
"(data: String | GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties> | GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.setData.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
"String | GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties> | GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterExpansionZoom",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getClusterExpansionZoom",
|
|
"description": [],
|
|
"signature": [
|
|
"(clusterId: number, callback: (error: any, zoom: number) => void) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterExpansionZoom.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "clusterId",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterExpansionZoom.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "callback",
|
|
"description": [],
|
|
"signature": [
|
|
"(error: any, zoom: number) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterChildren",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getClusterChildren",
|
|
"description": [],
|
|
"signature": [
|
|
"(clusterId: number, callback: (error: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]) => void) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterChildren.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "clusterId",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterChildren.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "callback",
|
|
"description": [],
|
|
"signature": [
|
|
"(error: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterLeaves",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getClusterLeaves",
|
|
"description": [],
|
|
"signature": [
|
|
"(cluserId: number, limit: number, offset: number, callback: (error: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]) => void) => this"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterLeaves.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "cluserId",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterLeaves.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "limit",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterLeaves.$3",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "offset",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.GeoJSONSource.getClusterLeaves.$4",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "callback",
|
|
"description": [],
|
|
"signature": [
|
|
"(error: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[]) => void"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Layer",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Layer"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.metadata",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "metadata",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.ref",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ref",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.source",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "source",
|
|
"description": [],
|
|
"signature": [
|
|
"string | maplibregl.AnySourceData | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.sourcelayer",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "'source-layer'",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.minzoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "minzoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.maxzoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxzoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.interactive",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "interactive",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.filter",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"any[] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.layout",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "layout",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Layout | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Layer.paint",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "paint",
|
|
"description": [],
|
|
"signature": [
|
|
"object | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MapboxOptions",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapboxOptions"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.antialias",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "antialias",
|
|
"description": [
|
|
"\nIf true, the gl context will be created with MSA antialiasing, which can be useful for antialiasing custom layers.\nThis is false by default as a performance optimization."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.attributionControl",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "attributionControl",
|
|
"description": [
|
|
"If true, an attribution control will be added to the map."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.bearing",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bearing",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.bearingSnap",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bearingSnap",
|
|
"description": [
|
|
"Snap to north threshold in degrees."
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.bounds",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "bounds",
|
|
"description": [
|
|
"The initial bounds of the map. If bounds is specified, it overrides center and zoom constructor options."
|
|
],
|
|
"signature": [
|
|
"maplibregl.LngLatBoundsLike | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.boxZoom",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "boxZoom",
|
|
"description": [
|
|
"If true, enable the \"box zoom\" interaction (see BoxZoomHandler)"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.center",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "center",
|
|
"description": [
|
|
"initial map center"
|
|
],
|
|
"signature": [
|
|
"maplibregl.LngLatLike | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.clickTolerance",
|
|
"type": "number",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "clickTolerance",
|
|
"description": [
|
|
"\nThe max number of pixels a user can shift the mouse pointer during a click for it to be\nconsidered a valid click (as opposed to a mouse drag).\n"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.collectResourceTiming",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "collectResourceTiming",
|
|
"description": [
|
|
"\nIf `true`, Resource Timing API information will be collected for requests made by GeoJSON\nand Vector Tile web workers (this information is normally inaccessible from the main\nJavascript thread). Information will be returned in a `resourceTiming` property of\nrelevant `data` events.\n"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.crossSourceCollisions",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "crossSourceCollisions",
|
|
"description": [
|
|
"\nIf `true`, symbols from multiple sources can collide with each other during collision\ndetection. If `false`, collision detection is run separately for the symbols in each source.\n"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.container",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "container",
|
|
"description": [
|
|
"ID of the container element"
|
|
],
|
|
"signature": [
|
|
"string | HTMLElement"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.customAttribution",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "customAttribution",
|
|
"description": [
|
|
"String or strings to show in an AttributionControl.\nOnly applicable if options.attributionControl is `true`."
|
|
],
|
|
"signature": [
|
|
"string | string[] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.dragPan",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dragPan",
|
|
"description": [
|
|
"If true, enable the \"drag to pan\" interaction (see DragPanHandler)."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.dragRotate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dragRotate",
|
|
"description": [
|
|
"If true, enable the \"drag to rotate\" interaction (see DragRotateHandler)."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.doubleClickZoom",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "doubleClickZoom",
|
|
"description": [
|
|
"If true, enable the \"double click to zoom\" interaction (see DoubleClickZoomHandler)."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.hash",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hash",
|
|
"description": [
|
|
"If `true`, the map's position (zoom, center latitude, center longitude, bearing, and pitch) will be synced with the hash fragment of the page's URL.\nFor example, `http://path/to/my/page.html#2.59/39.26/53.07/-24.1/60`.\nAn additional string may optionally be provided to indicate a parameter-styled hash,\ne.g. http://path/to/my/page.html#map=2.59/39.26/53.07/-24.1/60&foo=bar, where foo\nis a custom parameter and bar is an arbitrary hash distinct from the map hash."
|
|
],
|
|
"signature": [
|
|
"string | boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.fadeDuration",
|
|
"type": "number",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "fadeDuration",
|
|
"description": [
|
|
"\nControls the duration of the fade-in/fade-out animation for label collisions, in milliseconds.\nThis setting affects all symbol layers. This setting does not affect the duration of runtime\nstyling transitions or raster tile cross-fading.\n"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.failIfMajorPerformanceCaveat",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "failIfMajorPerformanceCaveat",
|
|
"description": [
|
|
"If true, map creation will fail if the implementation determines that the performance of the created WebGL context would be dramatically lower than expected."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.fitBoundsOptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fitBoundsOptions",
|
|
"description": [
|
|
"A fitBounds options object to use only when setting the bounds option."
|
|
],
|
|
"signature": [
|
|
"maplibregl.FitBoundsOptions | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.interactive",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "interactive",
|
|
"description": [
|
|
"If false, no mouse, touch, or keyboard listeners are attached to the map, so it will not respond to input"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.keyboard",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "keyboard",
|
|
"description": [
|
|
"If true, enable keyboard shortcuts (see KeyboardHandler)."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.locale",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "locale",
|
|
"description": [
|
|
"A patch to apply to the default localization table for UI strings, e.g. control tooltips.\nThe `locale` object maps namespaced UI string IDs to translated strings in the target language;\nsee `src/ui/default_locale.js` for an example with all supported string IDs.\nThe object may specify all UI strings (thereby adding support for a new translation) or\nonly a subset of strings (thereby patching the default translation table)."
|
|
],
|
|
"signature": [
|
|
"{ [key: string]: string; } | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.localIdeographFontFamily",
|
|
"type": "string",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "localIdeographFontFamily",
|
|
"description": [
|
|
"\nIf specified, defines a CSS font-family for locally overriding generation of glyphs in the\n'CJK Unified Ideographs' and 'Hangul Syllables' ranges. In these ranges, font settings from\nthe map's style will be ignored, except for font-weight keywords (light/regular/medium/bold).\nThe purpose of this option is to avoid bandwidth-intensive glyph server requests.\n"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.logoPosition",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "logoPosition",
|
|
"description": [
|
|
"\nA string representing the position of the Mapbox wordmark on the map.\n"
|
|
],
|
|
"signature": [
|
|
"\"top-right\" | \"top-left\" | \"bottom-right\" | \"bottom-left\" | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.maxBounds",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "maxBounds",
|
|
"description": [
|
|
"If set, the map is constrained to the given bounds."
|
|
],
|
|
"signature": [
|
|
"maplibregl.LngLatBoundsLike | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.maxPitch",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxPitch",
|
|
"description": [
|
|
"Maximum pitch of the map."
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.maxZoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxZoom",
|
|
"description": [
|
|
"Maximum zoom of the map."
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.minPitch",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "minPitch",
|
|
"description": [
|
|
"Minimum pitch of the map."
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.minZoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "minZoom",
|
|
"description": [
|
|
"Minimum zoom of the map."
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.preserveDrawingBuffer",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "preserveDrawingBuffer",
|
|
"description": [
|
|
"If true, The maps canvas can be exported to a PNG using map.getCanvas().toDataURL();. This is false by default as a performance optimization."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.pitch",
|
|
"type": "number",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "pitch",
|
|
"description": [
|
|
"\nThe initial pitch (tilt) of the map, measured in degrees away from the plane of the\nscreen (0-60).\n"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.pitchWithRotate",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "pitchWithRotate",
|
|
"description": [
|
|
"\nIf `false`, the map's pitch (tilt) control with \"drag to rotate\" interaction will be disabled.\n"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.refreshExpiredTiles",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "refreshExpiredTiles",
|
|
"description": [
|
|
"\nIf `false`, the map won't attempt to re-request tiles once they expire per their HTTP\n`cacheControl`/`expires` headers.\n"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.renderWorldCopies",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "renderWorldCopies",
|
|
"description": [
|
|
"\nIf `true`, multiple copies of the world will be rendered, when zoomed out.\n"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.scrollZoom",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "scrollZoom",
|
|
"description": [
|
|
"If true, enable the \"scroll to zoom\" interaction"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.style",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "style",
|
|
"description": [
|
|
"stylesheet location"
|
|
],
|
|
"signature": [
|
|
"string | maplibregl.Style | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.trackResize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "trackResize",
|
|
"description": [
|
|
"If true, the map will automatically resize when the browser window resizes"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.transformRequest",
|
|
"type": "Function",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "transformRequest",
|
|
"description": [
|
|
"\nA callback run before the Map makes a request for an external URL. The callback can be\nused to modify the url, set headers, or set the credentials property for cross-origin requests.\n"
|
|
],
|
|
"signature": [
|
|
"maplibregl.TransformRequestFunction | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.touchZoomRotate",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "touchZoomRotate",
|
|
"description": [
|
|
"If true, enable the \"pinch to rotate and zoom\" interaction (see TouchZoomRotateHandler)."
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.touchPitch",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "touchPitch",
|
|
"description": [
|
|
"If true, the \"drag to pitch\" interaction is enabled"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.zoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "zoom",
|
|
"description": [
|
|
"Initial zoom level"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.maxTileCacheSize",
|
|
"type": "number",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "maxTileCacheSize",
|
|
"description": [
|
|
"\nThe maximum number of tiles stored in the tile cache for a given source. If omitted, the\ncache will be dynamically sized based on the current viewport.\n"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxOptions.accessToken",
|
|
"type": "string",
|
|
"tags": [
|
|
"default"
|
|
],
|
|
"label": "accessToken",
|
|
"description": [
|
|
"\nIf specified, map will use this token instead of the one defined in maplibregl.accessToken.\n"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MapSourceDataEvent",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.MapSourceDataEvent extends maplibregl.MapboxEvent<undefined>"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.dataType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"source\""
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.isSourceLoaded",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isSourceLoaded",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.source",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "source",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Source"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.sourceId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sourceId",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.sourceDataType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sourceDataType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"metadata\" | \"content\""
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.tile",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "tile",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapSourceDataEvent.coord",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "coord",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Coordinate"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Style",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Style"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.bearing",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bearing",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.center",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "center",
|
|
"description": [],
|
|
"signature": [
|
|
"number[] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.glyphs",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "glyphs",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.layers",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "layers",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.AnyLayer[] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.metadata",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "metadata",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.pitch",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "pitch",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.light",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "light",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Light | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.sources",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sources",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Sources | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.sprite",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sprite",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.transition",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "transition",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.Transition | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.version",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.Style.zoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "zoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VectorSource",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.VectorSource extends maplibregl.Source"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"vector\""
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.url",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "url",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.tiles",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "tiles",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.bounds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "bounds",
|
|
"description": [],
|
|
"signature": [
|
|
"number[] | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.scheme",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "scheme",
|
|
"description": [],
|
|
"signature": [
|
|
"\"xyz\" | \"tms\" | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.minzoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "minzoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.maxzoom",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxzoom",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.attribution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "attribution",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.VectorSource.promoteId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "promoteId",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.PromoteIdSpecification | undefined"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.AnyLayer",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AnyLayer",
|
|
"description": [],
|
|
"signature": [
|
|
"maplibregl.BackgroundLayer | maplibregl.CircleLayer | maplibregl.FillExtrusionLayer | maplibregl.FillLayer | maplibregl.HeatmapLayer | maplibregl.HillshadeLayer | maplibregl.LineLayer | maplibregl.RasterLayer | maplibregl.SymbolLayer | maplibregl.CustomLayerInterface"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.MapboxGeoJSONFeature",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "MapboxGeoJSONFeature",
|
|
"description": [],
|
|
"signature": [
|
|
"GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties> & { layer: maplibregl.Layer; source: string; sourceLayer: string; state: { [key: string]: any; }; }"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.mapboxgl",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "mapboxgl",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "packages/kbn-mapbox-gl/src/index.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/mapbox-gl",
|
|
"id": "def-server.PointLike",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PointLike",
|
|
"description": [],
|
|
"signature": [
|
|
"[number, number] | maplibregl.Point"
|
|
],
|
|
"path": "node_modules/maplibre-gl/src/index.d.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |