kibana/api_docs/console.json
Stacey Gammon 8f1264b3c7
update api docs (#95154) (#95428)
# Conflicts:
#	api_docs/data.json
#	api_docs/data_index_patterns.json
#	api_docs/data_search.json
#	api_docs/fleet.json
#	api_docs/reporting.json
2021-03-25 14:11:24 -04:00

63 lines
No EOL
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: unknown) => void; }"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}