kibana/api_docs/serverless.devdocs.json

431 lines
No EOL
14 KiB
JSON

{
"id": "serverless",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginSetup",
"type": "Interface",
"tags": [],
"label": "ServerlessPluginSetup",
"description": [],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart",
"type": "Interface",
"tags": [],
"label": "ServerlessPluginStart",
"description": [],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setBreadcrumbs",
"type": "Function",
"tags": [],
"label": "setBreadcrumbs",
"description": [],
"signature": [
"(breadcrumbs: ",
"ChromeBreadcrumb",
" | ",
"ChromeBreadcrumb",
"[], params?: Partial<",
"ChromeSetProjectBreadcrumbsParams",
"> | undefined) => void"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setBreadcrumbs.$1",
"type": "CompoundType",
"tags": [],
"label": "breadcrumbs",
"description": [],
"signature": [
"ChromeBreadcrumb",
" | ",
"ChromeBreadcrumb",
"[]"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setBreadcrumbs.$2",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"Partial<",
"ChromeSetProjectBreadcrumbsParams",
"> | undefined"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setProjectHome",
"type": "Function",
"tags": [],
"label": "setProjectHome",
"description": [],
"signature": [
"(homeHref: string) => void"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setProjectHome.$1",
"type": "string",
"tags": [],
"label": "homeHref",
"description": [],
"signature": [
"string"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.initNavigation",
"type": "Function",
"tags": [],
"label": "initNavigation",
"description": [],
"signature": [
"(id: \"security\" | \"oblt\" | \"es\" | \"chat\", navigationTree$: ",
"Observable",
"<",
"NavigationTreeDefinition",
"<",
"AppDeepLinkId",
", string, string>>, config?: { dataTestSubj?: string | undefined; } | undefined) => void"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.initNavigation.$1",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [],
"signature": [
"\"security\" | \"oblt\" | \"es\" | \"chat\""
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.initNavigation.$2",
"type": "Object",
"tags": [],
"label": "navigationTree$",
"description": [],
"signature": [
"Observable",
"<",
"NavigationTreeDefinition",
"<",
"AppDeepLinkId",
", string, string>>"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.initNavigation.$3",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.initNavigation.$3.dataTestSubj",
"type": "string",
"tags": [],
"label": "dataTestSubj",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setSideNavComponentDeprecated",
"type": "Function",
"tags": [
"deprecated"
],
"label": "setSideNavComponentDeprecated",
"description": [],
"signature": [
"(navigation: ",
"SideNavComponent",
") => void"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": true,
"trackAdoption": false,
"references": [],
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.setSideNavComponentDeprecated.$1",
"type": "CompoundType",
"tags": [],
"label": "navigation",
"description": [],
"signature": [
"SideNavComponent"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.getNavigationCards",
"type": "Function",
"tags": [],
"label": "getNavigationCards",
"description": [],
"signature": [
"(roleManagementEnabled?: boolean | undefined, extendCardNavDefinitions?: Record<string, ",
{
"pluginId": "@kbn/management-cards-navigation",
"scope": "common",
"docId": "kibKbnManagementCardsNavigationPluginApi",
"section": "def-common.CardNavExtensionDefinition",
"text": "CardNavExtensionDefinition"
},
"> | undefined) => Record<string, ",
{
"pluginId": "@kbn/management-cards-navigation",
"scope": "common",
"docId": "kibKbnManagementCardsNavigationPluginApi",
"section": "def-common.CardNavExtensionDefinition",
"text": "CardNavExtensionDefinition"
},
"> | undefined"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.getNavigationCards.$1",
"type": "CompoundType",
"tags": [],
"label": "roleManagementEnabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "serverless",
"id": "def-public.ServerlessPluginStart.getNavigationCards.$2",
"type": "Object",
"tags": [],
"label": "extendCardNavDefinitions",
"description": [],
"signature": [
"Record<string, ",
{
"pluginId": "@kbn/management-cards-navigation",
"scope": "common",
"docId": "kibKbnManagementCardsNavigationPluginApi",
"section": "def-common.CardNavExtensionDefinition",
"text": "CardNavExtensionDefinition"
},
"> | undefined"
],
"path": "x-pack/platform/plugins/shared/serverless/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "serverless",
"id": "def-server.ServerlessServerSetup",
"type": "Interface",
"tags": [],
"label": "ServerlessServerSetup",
"description": [],
"path": "x-pack/platform/plugins/shared/serverless/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-server.ServerlessServerSetup.setupProjectSettings",
"type": "Function",
"tags": [],
"label": "setupProjectSettings",
"description": [],
"signature": [
"(keys: string[]) => void"
],
"path": "x-pack/platform/plugins/shared/serverless/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "serverless",
"id": "def-server.ServerlessServerSetup.setupProjectSettings.$1",
"type": "Array",
"tags": [],
"label": "keys",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/platform/plugins/shared/serverless/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "serverless",
"id": "def-server.ServerlessServerStart",
"type": "Interface",
"tags": [],
"label": "ServerlessServerStart",
"description": [],
"path": "x-pack/platform/plugins/shared/serverless/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "serverless",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"serverless\""
],
"path": "x-pack/platform/plugins/shared/serverless/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "serverless",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"serverless\""
],
"path": "x-pack/platform/plugins/shared/serverless/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": []
}
}