{ "id": "management", "client": { "classes": [ { "parentPluginId": "management", "id": "def-public.ManagementApp", "type": "Class", "tags": [], "label": "ManagementApp", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementApp", "text": "ManagementApp" }, " extends ", "ManagementItem" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 18 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementApp.mount", "type": "Function", "tags": [], "label": "mount", "description": [], "signature": [ "(params: ", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementAppMountParams", "text": "ManagementAppMountParams" }, ") => ", "Unmount", " | Promise<", "Unmount", ">" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 19 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "management", "id": "def-public.params", "type": "Object", "tags": [], "label": "params", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementAppMountParams", "text": "ManagementAppMountParams" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 56 }, "deprecated": false } ] }, { "parentPluginId": "management", "id": "def-public.ManagementApp.basePath", "type": "string", "tags": [], "label": "basePath", "description": [], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.ManagementApp.keywords", "type": "Array", "tags": [], "label": "keywords", "description": [], "signature": [ "string[]" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.ManagementApp.Unnamed", "type": "Function", "tags": [], "label": "Constructor", "description": [], "signature": [ "any" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 23 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementApp.Unnamed.$1", "type": "Object", "tags": [], "label": "args", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.RegisterManagementAppArgs", "text": "RegisterManagementAppArgs" } ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 23 }, "deprecated": false, "isRequired": true } ], "returnComment": [] } ], "initialIsOpen": false }, { "parentPluginId": "management", "id": "def-public.ManagementSection", "type": "Class", "tags": [], "label": "ManagementSection", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" }, " extends ", "ManagementItem" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 19 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementSection.apps", "type": "Array", "tags": [], "label": "apps", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementApp", "text": "ManagementApp" }, "[]" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.ManagementSection.Unnamed", "type": "Function", "tags": [], "label": "Constructor", "description": [], "signature": [ "any" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 22 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementSection.Unnamed.$1", "type": "Object", "tags": [], "label": "args", "description": [], "signature": [ "Pick & Pick<{ id: string; }, \"id\"> & Pick<{ id: string; }, never>, \"title\" | \"id\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\">" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 22 }, "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "management", "id": "def-public.ManagementSection.registerApp", "type": "Function", "tags": [], "label": "registerApp", "description": [], "signature": [ "(args: Pick<", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.RegisterManagementAppArgs", "text": "RegisterManagementAppArgs" }, ", \"title\" | \"id\" | \"order\" | \"mount\" | \"keywords\" | \"euiIconType\" | \"icon\" | \"tip\">) => ", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementApp", "text": "ManagementApp" } ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 26 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementSection.registerApp.$1", "type": "Object", "tags": [], "label": "args", "description": [], "signature": [ "Pick<", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.RegisterManagementAppArgs", "text": "RegisterManagementAppArgs" }, ", \"title\" | \"id\" | \"order\" | \"mount\" | \"keywords\" | \"euiIconType\" | \"icon\" | \"tip\">" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 26 }, "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "management", "id": "def-public.ManagementSection.getApp", "type": "Function", "tags": [], "label": "getApp", "description": [], "signature": [ "(id: string) => ", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementApp", "text": "ManagementApp" }, " | undefined" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 41 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementSection.getApp.$1", "type": "string", "tags": [], "label": "id", "description": [], "signature": [ "string" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 41 }, "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "management", "id": "def-public.ManagementSection.getAppsEnabled", "type": "Function", "tags": [], "label": "getAppsEnabled", "description": [], "signature": [ "() => ", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementApp", "text": "ManagementApp" }, "[]" ], "source": { "path": "src/plugins/management/public/utils/management_section.ts", "lineNumber": 45 }, "deprecated": false, "children": [], "returnComment": [] } ], "initialIsOpen": false } ], "functions": [], "interfaces": [ { "parentPluginId": "management", "id": "def-public.DefinedSections", "type": "Interface", "tags": [], "label": "DefinedSections", "description": [], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 17 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.DefinedSections.ingest", "type": "Object", "tags": [], "label": "ingest", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 18 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.DefinedSections.data", "type": "Object", "tags": [], "label": "data", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.DefinedSections.insightsAndAlerting", "type": "Object", "tags": [], "label": "insightsAndAlerting", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.DefinedSections.security", "type": "Object", "tags": [], "label": "security", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.DefinedSections.kibana", "type": "Object", "tags": [], "label": "kibana", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.DefinedSections.stack", "type": "Object", "tags": [], "label": "stack", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementSection", "text": "ManagementSection" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 23 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "management", "id": "def-public.ManagementAppMountParams", "type": "Interface", "tags": [], "label": "ManagementAppMountParams", "description": [], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 58 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementAppMountParams.basePath", "type": "string", "tags": [], "label": "basePath", "description": [], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 59 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.ManagementAppMountParams.element", "type": "Object", "tags": [], "label": "element", "description": [], "signature": [ "HTMLElement" ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 60 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.ManagementAppMountParams.setBreadcrumbs", "type": "Function", "tags": [], "label": "setBreadcrumbs", "description": [], "signature": [ "(crumbs: ", "EuiBreadcrumb", "[]) => void" ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 61 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "management", "id": "def-public.crumbs", "type": "Array", "tags": [], "label": "crumbs", "description": [], "signature": [ "EuiBreadcrumb", "[]" ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 61 }, "deprecated": false } ] }, { "parentPluginId": "management", "id": "def-public.ManagementAppMountParams.history", "type": "Object", "tags": [], "label": "history", "description": [], "signature": [ { "pluginId": "core", "scope": "public", "docId": "kibCoreApplicationPluginApi", "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 62 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "management", "id": "def-public.RegisterManagementAppArgs", "type": "Interface", "tags": [], "label": "RegisterManagementAppArgs", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.RegisterManagementAppArgs", "text": "RegisterManagementAppArgs" }, " extends ", "CreateManagementItemArgs" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 12 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.RegisterManagementAppArgs.mount", "type": "Function", "tags": [], "label": "mount", "description": [], "signature": [ "(params: ", { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementAppMountParams", "text": "ManagementAppMountParams" }, ") => ", "Unmount", " | Promise<", "Unmount", ">" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 13 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "management", "id": "def-public.params", "type": "Object", "tags": [], "label": "params", "description": [], "signature": [ { "pluginId": "management", "scope": "public", "docId": "kibManagementPluginApi", "section": "def-public.ManagementAppMountParams", "text": "ManagementAppMountParams" } ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 56 }, "deprecated": false } ] }, { "parentPluginId": "management", "id": "def-public.RegisterManagementAppArgs.basePath", "type": "string", "tags": [], "label": "basePath", "description": [], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 14 }, "deprecated": false }, { "parentPluginId": "management", "id": "def-public.RegisterManagementAppArgs.keywords", "type": "Array", "tags": [], "label": "keywords", "description": [], "signature": [ "string[] | undefined" ], "source": { "path": "src/plugins/management/public/utils/management_app.ts", "lineNumber": 15 }, "deprecated": false } ], "initialIsOpen": false } ], "enums": [], "misc": [ { "parentPluginId": "management", "id": "def-public.MANAGEMENT_APP_ID", "type": "string", "tags": [], "label": "MANAGEMENT_APP_ID", "description": [], "signature": [ "\"management\"" ], "source": { "path": "src/plugins/management/common/contants.ts", "lineNumber": 9 }, "deprecated": false, "initialIsOpen": false } ], "objects": [], "setup": { "parentPluginId": "management", "id": "def-public.ManagementSetup", "type": "Interface", "tags": [], "label": "ManagementSetup", "description": [], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 13 }, "deprecated": false, "children": [ { "parentPluginId": "management", "id": "def-public.ManagementSetup.sections", "type": "Object", "tags": [], "label": "sections", "description": [], "signature": [ "SectionsServiceSetup" ], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 14 }, "deprecated": false } ], "lifecycle": "setup", "initialIsOpen": true }, "start": { "parentPluginId": "management", "id": "def-public.ManagementStart", "type": "Interface", "tags": [], "label": "ManagementStart", "description": [], "source": { "path": "src/plugins/management/public/types.ts", "lineNumber": 27 }, "deprecated": false, "children": [], "lifecycle": "start", "initialIsOpen": true } }, "server": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] } }