mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
795 lines
No EOL
32 KiB
JSON
795 lines
No EOL
32 KiB
JSON
{
|
|
"id": "navigation",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "NavigationPublicPlugin",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.NavigationPublicPlugin",
|
|
"text": "NavigationPublicPlugin"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.NavigationPublicPluginSetup",
|
|
"text": "NavigationPublicPluginSetup"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.NavigationPublicPluginStart",
|
|
"text": "NavigationPublicPluginStart"
|
|
},
|
|
", object, object>"
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "initializerContext",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.PluginInitializerContext",
|
|
"text": "PluginInitializerContext"
|
|
},
|
|
"<object>"
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<object, unknown>) => ",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.NavigationPublicPluginSetup",
|
|
"text": "NavigationPublicPluginSetup"
|
|
}
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<object, unknown>"
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.start",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"({ i18n }: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
", { data }: ",
|
|
"NavigationPluginStartDependencies",
|
|
") => ",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.NavigationPublicPluginStart",
|
|
"text": "NavigationPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.start.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ i18n }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.start.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ data }",
|
|
"description": [],
|
|
"signature": [
|
|
"NavigationPluginStartDependencies"
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPlugin.stop",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/navigation/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenu",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "TopNavMenu",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.TopNavMenuProps",
|
|
"text": "TopNavMenuProps"
|
|
},
|
|
") => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenu.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.TopNavMenuProps",
|
|
"text": "TopNavMenuProps"
|
|
}
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TopNavMenuData",
|
|
"description": [],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.run",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "run",
|
|
"description": [],
|
|
"signature": [
|
|
"(anchorElement: HTMLElement) => void"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.run.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "anchorElement",
|
|
"description": [],
|
|
"signature": [
|
|
"HTMLElement"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.testId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "testId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.className",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "className",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.disableButton",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "disableButton",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | (() => boolean) | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.tooltip",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "tooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"string | (() => string | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.badge",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "badge",
|
|
"description": [],
|
|
"signature": [
|
|
"(",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<(",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">), WithSpanProps> & WithSpanProps & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsNode, LabelAsString> & LabelAsString) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<(",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">), WithSpanProps> & WithSpanProps & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsString, LabelAsNode> & ",
|
|
"DisambiguateSet",
|
|
"<{ title: string; tooltipContent?: React.ReactNode; }, { tooltipContent: React.ReactNode; title?: string | undefined; }> & { tooltipContent: React.ReactNode; title?: string | undefined; } & { label: React.ReactNode; }) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<WithSpanProps, (",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">)> & ",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\"> & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsNode, LabelAsString> & LabelAsString) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<WithSpanProps, (",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">)> & ",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\"> & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsString, LabelAsNode> & ",
|
|
"DisambiguateSet",
|
|
"<{ title: string; tooltipContent?: React.ReactNode; }, { tooltipContent: React.ReactNode; title?: string | undefined; }> & { tooltipContent: React.ReactNode; title?: string | undefined; } & { label: React.ReactNode; }) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<WithSpanProps, (",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">)> & ",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\"> & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsString, LabelAsNode> & ",
|
|
"DisambiguateSet",
|
|
"<{ tooltipContent: React.ReactNode; title?: string | undefined; }, { title: string; tooltipContent?: React.ReactNode; }> & { title: string; tooltipContent?: React.ReactNode; } & { label: React.ReactNode; }) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<WithSpanProps, (",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">)> & ",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\"> & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsNode, LabelAsString> & LabelAsString) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<WithSpanProps, (",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">)> & ",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\"> & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsString, LabelAsNode> & ",
|
|
"DisambiguateSet",
|
|
"<{ title: string; tooltipContent?: React.ReactNode; }, { tooltipContent: React.ReactNode; title?: string | undefined; }> & { tooltipContent: React.ReactNode; title?: string | undefined; } & { label: React.ReactNode; }) | (",
|
|
"CommonProps",
|
|
" & ",
|
|
"DisambiguateSet",
|
|
"<WithSpanProps, (",
|
|
"DisambiguateSet",
|
|
"<WithButtonProps, WithAnchorProps> & { href: string; target?: string | undefined; rel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLAnchorElement>, \"onClick\" | \"color\" | \"href\">) | (",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\">)> & ",
|
|
"DisambiguateSet",
|
|
"<WithAnchorProps, WithButtonProps> & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; onClickAriaLabel?: string | undefined; } & Omit<React.HTMLAttributes<HTMLButtonElement>, \"onClick\" | \"color\"> & { iconType?: ",
|
|
"IconType",
|
|
" | undefined; label: React.ReactNode; tooltipContent?: React.ReactNode; tooltipPosition?: ",
|
|
"ToolTipPositions",
|
|
" | undefined; title?: string | undefined; color?: \"subdued\" | \"accent\" | \"hollow\" | undefined; size?: ",
|
|
"BetaBadgeSize",
|
|
" | undefined; } & ",
|
|
"DisambiguateSet",
|
|
"<LabelAsString, LabelAsNode> & ",
|
|
"DisambiguateSet",
|
|
"<{ tooltipContent: React.ReactNode; title?: string | undefined; }, { title: string; tooltipContent?: React.ReactNode; }> & { title: string; tooltipContent?: React.ReactNode; } & { label: React.ReactNode; }) | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.emphasize",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "emphasize",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.isLoading",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isLoading",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.iconType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "iconType",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.iconSide",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "iconSide",
|
|
"description": [],
|
|
"signature": [
|
|
"ButtonContentIconSide",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.target",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "target",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuData.href",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "href",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.TopNavMenuProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TopNavMenuProps",
|
|
"description": [],
|
|
"signature": [
|
|
"SearchBarOwnProps",
|
|
" & { appName: string; useDefaultBehaviors?: boolean | undefined; savedQueryId?: string | undefined; onSavedQueryIdChange?: ((savedQueryId?: string | undefined) => void) | undefined; } & Omit<",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataUiPluginApi",
|
|
"section": "def-public.SearchBarProps",
|
|
"text": "SearchBarProps"
|
|
},
|
|
", \"intl\" | \"kibana\" | \"timeHistory\"> & { config?: ",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.TopNavMenuData",
|
|
"text": "TopNavMenuData"
|
|
},
|
|
"[] | undefined; badges?: (",
|
|
"EuiBadgeProps",
|
|
" & { badgeText: string; })[] | undefined; showSearchBar?: boolean | undefined; showQueryBar?: boolean | undefined; showQueryInput?: boolean | undefined; showDatePicker?: boolean | undefined; showFilterBar?: boolean | undefined; data?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
" | undefined; className?: string | undefined; setMenuMountPoint?: ((menuMount: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.MountPoint",
|
|
"text": "MountPoint"
|
|
},
|
|
"<HTMLElement> | undefined) => void) | undefined; }"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NavigationPublicPluginSetup",
|
|
"description": [],
|
|
"path": "src/plugins/navigation/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPluginSetup.registerMenuItem",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "registerMenuItem",
|
|
"description": [],
|
|
"signature": [
|
|
"(menuItem: ",
|
|
"RegisteredTopNavMenuData",
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/navigation/public/types.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPluginSetup.registerMenuItem.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "menuItem",
|
|
"description": [],
|
|
"signature": [
|
|
"RegisteredTopNavMenuData"
|
|
],
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_extensions_registry.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NavigationPublicPluginStart",
|
|
"description": [],
|
|
"path": "src/plugins/navigation/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "navigation",
|
|
"id": "def-public.NavigationPublicPluginStart.ui",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ui",
|
|
"description": [],
|
|
"signature": [
|
|
"{ TopNavMenu: React.ComponentType<",
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.TopNavMenuProps",
|
|
"text": "TopNavMenuProps"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/navigation/public/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |