kibana/api_docs/canvas.json
Stacey Gammon 503cfcf8c9
Track API stats as part of ci (#95733)
* Track stats and add extra output information

* Update api docs output

* Clean up id names

* update api docs

* Consolidate error messages and fix a bug

* Update docs

* Update get_declaration_nodes_for_plugin.ts

* Fix bug with removeBrokenLinks not being recursive

* Update docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-15 11:36:10 -04:00

104 lines
2.4 KiB
JSON

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