kibana/api_docs/dev_tools.devdocs.json

300 lines
No EOL
9.5 KiB
JSON

{
"id": "devTools",
"client": {
"classes": [
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin",
"type": "Class",
"tags": [],
"label": "DevToolsPlugin",
"description": [],
"signature": [
{
"pluginId": "devTools",
"scope": "public",
"docId": "kibDevToolsPluginApi",
"section": "def-public.DevToolsPlugin",
"text": "DevToolsPlugin"
},
" implements ",
"Plugin",
"<",
{
"pluginId": "devTools",
"scope": "public",
"docId": "kibDevToolsPluginApi",
"section": "def-public.DevToolsSetup",
"text": "DevToolsSetup"
},
", void, never, never>"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"(coreSetup: ",
"CoreSetup",
"<{}, unknown>, { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ",
"CreateDevToolArgs",
") => ",
"DevToolApp",
"; }"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.setup.$1",
"type": "Object",
"tags": [],
"label": "coreSetup",
"description": [],
"signature": [
"CoreSetup",
"<{}, unknown>"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.setup.$2",
"type": "Object",
"tags": [],
"label": "{ urlForwarding }",
"description": [],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.setup.$2.urlForwarding",
"type": "Object",
"tags": [],
"label": "urlForwarding",
"description": [],
"signature": [
"{ forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsPlugin.stop",
"type": "Function",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "devTools",
"id": "def-public.DEV_TOOLS_FEATURE_ID",
"type": "string",
"tags": [],
"label": "DEV_TOOLS_FEATURE_ID",
"description": [
"\nThe UI Setting prefix and category for dev tools UI Settings"
],
"signature": [
"\"devTools\""
],
"path": "src/platform/plugins/shared/dev_tools/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "devTools",
"id": "def-public.ENABLE_PERSISTENT_CONSOLE_UI_SETTING_ID",
"type": "string",
"tags": [],
"label": "ENABLE_PERSISTENT_CONSOLE_UI_SETTING_ID",
"description": [
"\nUI Setting ID for enabling / disabling the persistent console in Kibana"
],
"signature": [
"\"devTools:enablePersistentConsole\""
],
"path": "src/platform/plugins/shared/dev_tools/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "devTools",
"id": "def-public.DevToolsSetup",
"type": "Interface",
"tags": [],
"label": "DevToolsSetup",
"description": [],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsSetup.register",
"type": "Function",
"tags": [],
"label": "register",
"description": [
"\nRegister a developer tool. It will be available\nin the dev tools app under a separate tab.\n\nRegistering dev tools works almost similar to registering\napplications in the core application service,\nbut they will be rendered with a frame containing tabs\nto switch between the tools."
],
"signature": [
"(devTool: ",
"CreateDevToolArgs",
") => ",
"DevToolApp"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
"id": "def-public.DevToolsSetup.register.$1",
"type": "CompoundType",
"tags": [],
"label": "devTool",
"description": [
"The dev tools descriptor"
],
"signature": [
"CreateDevToolArgs"
],
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"lifecycle": "setup",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "devTools",
"id": "def-common.DEV_TOOLS_FEATURE_ID",
"type": "string",
"tags": [],
"label": "DEV_TOOLS_FEATURE_ID",
"description": [
"\nThe UI Setting prefix and category for dev tools UI Settings"
],
"signature": [
"\"devTools\""
],
"path": "src/platform/plugins/shared/dev_tools/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "devTools",
"id": "def-common.ENABLE_PERSISTENT_CONSOLE_UI_SETTING_ID",
"type": "string",
"tags": [],
"label": "ENABLE_PERSISTENT_CONSOLE_UI_SETTING_ID",
"description": [
"\nUI Setting ID for enabling / disabling the persistent console in Kibana"
],
"signature": [
"\"devTools:enablePersistentConsole\""
],
"path": "src/platform/plugins/shared/dev_tools/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": []
}
}