kibana/api_docs/console.json
Stacey Gammon cecdcc538e
API docs clean up (#93508)
* Fix links to github

* Fix links to github

* Update docs to latest

* Sort, remove unneccessary path info, reduce tags

* Go back to having DocDef create the link to avoid backport conflicts

* update api docs
2021-03-05 20:12:28 -05:00

63 lines
1.3 KiB
JSON

{
"id": "console",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-server.ConsoleSetup",
"type": "Type",
"label": "ConsoleSetup",
"tags": [
"public"
],
"description": [],
"source": {
"path": "src/plugins/console/server/types.ts",
"lineNumber": 13
},
"signature": [
"{ addExtensionSpecFilePath: (path: string) => void; }"
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-server.ConsoleStart",
"type": "Type",
"label": "ConsoleStart",
"tags": [
"public"
],
"description": [],
"source": {
"path": "src/plugins/console/server/types.ts",
"lineNumber": 18
},
"signature": [
"{ addProcessorDefinition: (processor: any) => void; }"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}