kibana/api_docs/console.json
Stacey Gammon 87a5b22626
API DOCS Step 3/3 (#92929)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00

65 lines
1.5 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,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/console/server/types.ts#L13"
},
"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,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/console/server/types.ts#L18"
},
"signature": [
"{ addProcessorDefinition: (processor: any) => void; }"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}