kibana/api_docs/canvas.json
Stacey Gammon 81fd64c838
Remove line numbers from the json files (#107158)
* Stop tracking line numbers

* Updated api docs

* Fix type error and update tests

* wrap label in encodeURIComponent for the links

* Update docs after encodeUriComponent change
2021-08-02 12:57:22 -04:00

122 lines
3.1 KiB
JSON

{
"id": "canvas",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "canvas",
"id": "def-public.WithKibanaProps",
"type": "Interface",
"tags": [],
"label": "WithKibanaProps",
"description": [],
"path": "x-pack/plugins/canvas/public/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "canvas",
"id": "def-public.WithKibanaProps.kibana",
"type": "Object",
"tags": [],
"label": "kibana",
"description": [],
"signature": [
"{ services: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
" & ",
"CanvasStartDeps",
" & { canvas: ",
"CanvasServices",
"; }; }"
],
"path": "x-pack/plugins/canvas/public/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "canvas",
"id": "def-public.CanvasSetup",
"type": "Type",
"tags": [],
"label": "CanvasSetup",
"description": [
"\nThese are the interfaces with your public contracts. You should export these\nfor other plugins to use in _their_ `SetupDeps`/`StartDeps` interfaces."
],
"signature": [
"CanvasApi"
],
"path": "x-pack/plugins/canvas/public/plugin.tsx",
"deprecated": false,
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "canvas",
"id": "def-public.CanvasStart",
"type": "Type",
"tags": [],
"label": "CanvasStart",
"description": [],
"signature": [
"void"
],
"path": "x-pack/plugins/canvas/public/plugin.tsx",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [
{
"parentPluginId": "canvas",
"id": "def-common.UI_SETTINGS",
"type": "Object",
"tags": [],
"label": "UI_SETTINGS",
"description": [],
"path": "x-pack/plugins/canvas/common/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "canvas",
"id": "def-common.UI_SETTINGS.ENABLE_LABS_UI",
"type": "string",
"tags": [],
"label": "ENABLE_LABS_UI",
"description": [],
"path": "x-pack/plugins/canvas/common/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
]
}
}