kibana/api_docs/kbn_typed_react_router_config.json
Stacey Gammon e92a945ab1
Add packages to our API documentation (#113564) (#114513)
* Add packages

* Update docs

* Fix test and types

* debug heap size

* remove debug heap line

* updated docs
# Conflicts:
#	api_docs/alerting.mdx
#	api_docs/apm.json
#	api_docs/core.mdx
#	api_docs/core_application.mdx
#	api_docs/core_chrome.mdx
#	api_docs/core_http.mdx
#	api_docs/core_saved_objects.mdx
#	api_docs/custom_integrations.mdx
#	api_docs/data.json
#	api_docs/data.mdx
#	api_docs/data_autocomplete.mdx
#	api_docs/data_data_views.json
#	api_docs/data_data_views.mdx
#	api_docs/data_query.mdx
#	api_docs/data_search.mdx
#	api_docs/data_ui.mdx
#	api_docs/deprecations_by_api.mdx
#	api_docs/deprecations_by_plugin.mdx
#	api_docs/discover_enhanced.json
#	api_docs/embeddable.json
#	api_docs/event_log.mdx
#	api_docs/fleet.mdx
#	api_docs/home.json
#	api_docs/index_management.json
#	api_docs/interactive_setup.mdx
#	api_docs/kibana_legacy.json
#	api_docs/kibana_legacy.mdx
#	api_docs/observability.mdx
#	api_docs/plugin_directory.mdx
#	api_docs/security_oss.mdx
2021-10-11 13:58:18 -04:00

4469 lines
163 KiB
JSON

{
"id": "@kbn/typed-react-router-config",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.createRouter",
"type": "Function",
"tags": [],
"label": "createRouter",
"description": [],
"signature": [
"(routes: TRoutes) => ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<TRoutes>"
],
"path": "packages/kbn-typed-react-router-config/src/create_router.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.createRouter.$1",
"type": "Uncategorized",
"tags": [],
"label": "routes",
"description": [],
"signature": [
"TRoutes"
],
"path": "packages/kbn-typed-react-router-config/src/create_router.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.CurrentRouteContextProvider",
"type": "Function",
"tags": [],
"label": "CurrentRouteContextProvider",
"description": [],
"signature": [
"({ match, element, children, }: { match: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.RouteMatch",
"text": "RouteMatch"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
">; element: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>; children: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>; }) => JSX.Element"
],
"path": "packages/kbn-typed-react-router-config/src/use_current_route.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.CurrentRouteContextProvider.$1",
"type": "Object",
"tags": [],
"label": "{\n match,\n element,\n children,\n}",
"description": [],
"path": "packages/kbn-typed-react-router-config/src/use_current_route.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.CurrentRouteContextProvider.$1.match",
"type": "Object",
"tags": [],
"label": "match",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.RouteMatch",
"text": "RouteMatch"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
">"
],
"path": "packages/kbn-typed-react-router-config/src/use_current_route.tsx",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.CurrentRouteContextProvider.$1.element",
"type": "Object",
"tags": [],
"label": "element",
"description": [],
"signature": [
"React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
],
"path": "packages/kbn-typed-react-router-config/src/use_current_route.tsx",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.CurrentRouteContextProvider.$1.children",
"type": "Object",
"tags": [],
"label": "children",
"description": [],
"signature": [
"React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
],
"path": "packages/kbn-typed-react-router-config/src/use_current_route.tsx",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Outlet",
"type": "Function",
"tags": [],
"label": "Outlet",
"description": [],
"signature": [
"() => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null"
],
"path": "packages/kbn-typed-react-router-config/src/outlet.tsx",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.OutletContextProvider",
"type": "Function",
"tags": [],
"label": "OutletContextProvider",
"description": [],
"signature": [
"({\n element,\n children,\n}: { element: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>; children: React.ReactNode; }) => JSX.Element"
],
"path": "packages/kbn-typed-react-router-config/src/outlet.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.OutletContextProvider.$1",
"type": "Object",
"tags": [],
"label": "{\n element,\n children,\n}",
"description": [],
"path": "packages/kbn-typed-react-router-config/src/outlet.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.OutletContextProvider.$1.element",
"type": "Object",
"tags": [],
"label": "element",
"description": [],
"signature": [
"React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
],
"path": "packages/kbn-typed-react-router-config/src/outlet.tsx",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.OutletContextProvider.$1.children",
"type": "CompoundType",
"tags": [],
"label": "children",
"description": [],
"signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined"
],
"path": "packages/kbn-typed-react-router-config/src/outlet.tsx",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.route",
"type": "Function",
"tags": [],
"label": "route",
"description": [],
"signature": [
"(r: TRoute) => ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<TRoute>"
],
"path": "packages/kbn-typed-react-router-config/src/route.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.route.$1",
"type": "Uncategorized",
"tags": [],
"label": "r",
"description": [],
"signature": [
"TRoute"
],
"path": "packages/kbn-typed-react-router-config/src/route.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterContextProvider",
"type": "Function",
"tags": [],
"label": "RouterContextProvider",
"description": [],
"signature": [
"({ router, children, }: { router: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]>; children: React.ReactNode; }) => JSX.Element"
],
"path": "packages/kbn-typed-react-router-config/src/use_router.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterContextProvider.$1",
"type": "Object",
"tags": [],
"label": "{\n router,\n children,\n}",
"description": [],
"path": "packages/kbn-typed-react-router-config/src/use_router.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterContextProvider.$1.router",
"type": "Object",
"tags": [],
"label": "router",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]>"
],
"path": "packages/kbn-typed-react-router-config/src/use_router.tsx",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterContextProvider.$1.children",
"type": "CompoundType",
"tags": [],
"label": "children",
"description": [],
"signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined"
],
"path": "packages/kbn-typed-react-router-config/src/use_router.tsx",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouteRenderer",
"type": "Function",
"tags": [],
"label": "RouteRenderer",
"description": [],
"signature": [
"() => JSX.Element"
],
"path": "packages/kbn-typed-react-router-config/src/route_renderer.tsx",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterProvider",
"type": "Function",
"tags": [],
"label": "RouterProvider",
"description": [],
"signature": [
"({\n children,\n router,\n history,\n}: { router: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]>; history: ",
"History",
"<any>; children: React.ReactNode; }) => JSX.Element"
],
"path": "packages/kbn-typed-react-router-config/src/router_provider.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterProvider.$1",
"type": "Object",
"tags": [],
"label": "{\n children,\n router,\n history,\n}",
"description": [],
"path": "packages/kbn-typed-react-router-config/src/router_provider.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterProvider.$1.router",
"type": "Object",
"tags": [],
"label": "router",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]>"
],
"path": "packages/kbn-typed-react-router-config/src/router_provider.tsx",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterProvider.$1.history",
"type": "Object",
"tags": [],
"label": "history",
"description": [],
"signature": [
"History",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/router_provider.tsx",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouterProvider.$1.children",
"type": "CompoundType",
"tags": [],
"label": "children",
"description": [],
"signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined"
],
"path": "packages/kbn-typed-react-router-config/src/router_provider.tsx",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.unconst",
"type": "Function",
"tags": [],
"label": "unconst",
"description": [],
"signature": [
"(value: T) => ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T>"
],
"path": "packages/kbn-typed-react-router-config/src/unconst.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.unconst.$1",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "packages/kbn-typed-react-router-config/src/unconst.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useCurrentRoute",
"type": "Function",
"tags": [],
"label": "useCurrentRoute",
"description": [],
"signature": [
"() => { match: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.RouteMatch",
"text": "RouteMatch"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
">; element: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>; }"
],
"path": "packages/kbn-typed-react-router-config/src/use_current_route.tsx",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useMatchRoutes",
"type": "Function",
"tags": [],
"label": "useMatchRoutes",
"description": [],
"signature": [
"(path: string | undefined) => ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.RouteMatch",
"text": "RouteMatch"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
">[]"
],
"path": "packages/kbn-typed-react-router-config/src/use_match_routes.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useMatchRoutes.$1",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"signature": [
"string | undefined"
],
"path": "packages/kbn-typed-react-router-config/src/use_match_routes.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useParams",
"type": "Function",
"tags": [],
"label": "useParams",
"description": [],
"signature": [
"(args: any[]) => undefined"
],
"path": "packages/kbn-typed-react-router-config/src/use_params.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useParams.$1",
"type": "Array",
"tags": [],
"label": "args",
"description": [],
"signature": [
"any[]"
],
"path": "packages/kbn-typed-react-router-config/src/use_params.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useRoutePath",
"type": "Function",
"tags": [],
"label": "useRoutePath",
"description": [],
"signature": [
"() => string"
],
"path": "packages/kbn-typed-react-router-config/src/use_route_path.tsx",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.useRouter",
"type": "Function",
"tags": [],
"label": "useRouter",
"description": [],
"signature": [
"() => ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]>"
],
"path": "packages/kbn-typed-react-router-config/src/use_router.tsx",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouteMatch",
"type": "Interface",
"tags": [],
"label": "RouteMatch",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.RouteMatch",
"text": "RouteMatch"
},
"<TRoute>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouteMatch.route",
"type": "Uncategorized",
"tags": [],
"label": "route",
"description": [],
"signature": [
"TRoute"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.RouteMatch.match",
"type": "Object",
"tags": [],
"label": "match",
"description": [],
"signature": [
"{ isExact: boolean; path: string; url: string; params: TRoute extends { params: ",
"Type",
"<any, any, unknown>; } ? ",
"TypeOf",
"<TRoute[\"params\"]> : {}; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router",
"type": "Interface",
"tags": [],
"label": "Router",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Router",
"text": "Router"
},
"<TRoutes>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.matchRoutes",
"type": "Function",
"tags": [],
"label": "matchRoutes",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Match",
"text": "Match"
},
"<TRoutes, TPath>; (location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Match",
"text": "Match"
},
"<TRoutes, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.matchRoutes.$1",
"type": "Uncategorized",
"tags": [],
"label": "path",
"description": [],
"signature": [
"TPath"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.matchRoutes.$2",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.matchRoutes",
"type": "Function",
"tags": [],
"label": "matchRoutes",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Match",
"text": "Match"
},
"<TRoutes, TPath>; (location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Match",
"text": "Match"
},
"<TRoutes, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.matchRoutes.$1",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams",
"type": "Function",
"tags": [],
"label": "getParams",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T3 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, path3: T3, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T3, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "path",
"description": [],
"signature": [
"TPath"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$2",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams",
"type": "Function",
"tags": [],
"label": "getParams",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T3 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, path3: T3, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T3, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "path",
"description": [],
"signature": [
"TPath"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$2",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$3",
"type": "Uncategorized",
"tags": [],
"label": "optional",
"description": [],
"signature": [
"TOptional"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams",
"type": "Function",
"tags": [],
"label": "getParams",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T3 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, path3: T3, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T3, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "path1",
"description": [],
"signature": [
"T1"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$2",
"type": "Uncategorized",
"tags": [],
"label": "path2",
"description": [],
"signature": [
"T2"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$3",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams",
"type": "Function",
"tags": [],
"label": "getParams",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T3 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, path3: T3, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T3, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "path1",
"description": [],
"signature": [
"T1"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$2",
"type": "Uncategorized",
"tags": [],
"label": "path2",
"description": [],
"signature": [
"T2"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$3",
"type": "Uncategorized",
"tags": [],
"label": "path3",
"description": [],
"signature": [
"T3"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$4",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams",
"type": "Function",
"tags": [],
"label": "getParams",
"description": [],
"signature": [
"{ <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true>; <T1 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T2 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, T3 extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path1: T1, path2: T2, path3: T3, location: ",
"Location",
"<any>): ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T1, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T2, true> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, T3, true>; <TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>, TOptional extends boolean>(path: TPath, location: ",
"Location",
"<any>, optional: TOptional): TOptional extends true ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true> | undefined : ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, true>; }"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "path",
"description": [],
"signature": [
"TPath"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$2",
"type": "Object",
"tags": [],
"label": "location",
"description": [],
"signature": [
"Location",
"<any>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getParams.$3",
"type": "Uncategorized",
"tags": [],
"label": "optional",
"description": [],
"signature": [
"TOptional"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.link",
"type": "Function",
"tags": [],
"label": "link",
"description": [],
"signature": [
"<TPath extends ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes>>(path: TPath, ...args: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeAsArgs",
"text": "TypeAsArgs"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, false>>) => string"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.link.$1",
"type": "Uncategorized",
"tags": [],
"label": "path",
"description": [],
"signature": [
"TPath"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.link.$2",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeAsArgs",
"text": "TypeAsArgs"
},
"<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.TypeOf",
"text": "TypeOf"
},
"<TRoutes, TPath, false>>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getRoutePath",
"type": "Function",
"tags": [],
"label": "getRoutePath",
"description": [],
"signature": [
"(route: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
") => string"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getRoutePath.$1",
"type": "CompoundType",
"tags": [],
"label": "route",
"description": [],
"signature": [
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
}
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getRoutesToMatch",
"type": "Function",
"tags": [],
"label": "getRoutesToMatch",
"description": [],
"signature": [
"(path: string) => ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.FlattenRoutesOf",
"text": "FlattenRoutesOf"
},
"<TRoutes>"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Router.getRoutesToMatch.$1",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.FlattenRoutesOf",
"type": "Type",
"tags": [],
"label": "FlattenRoutesOf",
"description": [],
"signature": [
"Pick<",
"ValuesType",
"<MapRoutes<TRoutes, []>>, Exclude<keyof ",
"ValuesType",
"<MapRoutes<TRoutes, []>>, \"parents\">>[]"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Match",
"type": "Type",
"tags": [],
"label": "Match",
"description": [],
"signature": [
"MapRoutes<TRoutes, []> extends { [key in TPath]: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"; } ? UnwrapRouteMap<MapRoutes<TRoutes, []>[TPath]> : []"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.MaybeConst",
"type": "Type",
"tags": [],
"label": "MaybeConst",
"description": [],
"signature": [
"TObject extends [object] ? [TObject | ",
"DeepReadonly",
"<TObject>] : TObject extends [object, ...infer TTail] ? [TObject | ",
"DeepReadonly",
"<TObject>, ...TTail extends object[] ? ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.MaybeConst",
"text": "MaybeConst"
},
"<TTail> : []] : TObject extends object[] ? ",
"DeepReadonly",
"<TObject> : TObject extends object ? [TObject | ",
"DeepReadonly",
"<TObject>] : []"
],
"path": "packages/kbn-typed-react-router-config/src/unconst.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.OutputOf",
"type": "Type",
"tags": [],
"label": "OutputOf",
"description": [],
"signature": [
"OutputOfMatches<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Match",
"text": "Match"
},
"<TRoutes, TPath>> & DefaultOutput"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.PathsOf",
"type": "Type",
"tags": [],
"label": "PathsOf",
"description": [],
"signature": [
"TRoutes extends [] ? never : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? PathsOfRoute<TRoutes[0]> : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) | TRoutes[5][\"path\"] | (TRoutes[5] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[5][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[5][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) | TRoutes[5][\"path\"] | (TRoutes[5] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[5][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[5][\"children\"]> : never) | TRoutes[6][\"path\"] | (TRoutes[6] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[6][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[6][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) | TRoutes[5][\"path\"] | (TRoutes[5] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[5][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[5][\"children\"]> : never) | TRoutes[6][\"path\"] | (TRoutes[6] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[6][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[6][\"children\"]> : never) | TRoutes[7][\"path\"] | (TRoutes[7] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[7][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[7][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) | TRoutes[5][\"path\"] | (TRoutes[5] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[5][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[5][\"children\"]> : never) | TRoutes[6][\"path\"] | (TRoutes[6] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[6][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[6][\"children\"]> : never) | TRoutes[7][\"path\"] | (TRoutes[7] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[7][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[7][\"children\"]> : never) | TRoutes[8][\"path\"] | (TRoutes[8] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[8][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[8][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) | TRoutes[5][\"path\"] | (TRoutes[5] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[5][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[5][\"children\"]> : never) | TRoutes[6][\"path\"] | (TRoutes[6] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[6][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[6][\"children\"]> : never) | TRoutes[7][\"path\"] | (TRoutes[7] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[7][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[7][\"children\"]> : never) | TRoutes[8][\"path\"] | (TRoutes[8] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[8][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[8][\"children\"]> : never) | TRoutes[9][\"path\"] | (TRoutes[9] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[9][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[9][\"children\"]> : never) : TRoutes extends [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
", ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"] ? TRoutes[0][\"path\"] | (TRoutes[0] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[0][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[0][\"children\"]> : never) | TRoutes[1][\"path\"] | (TRoutes[1] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[1][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[1][\"children\"]> : never) | TRoutes[2][\"path\"] | (TRoutes[2] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[2][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[2][\"children\"]> : never) | TRoutes[3][\"path\"] | (TRoutes[3] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[3][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[3][\"children\"]> : never) | TRoutes[4][\"path\"] | (TRoutes[4] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[4][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[4][\"children\"]> : never) | TRoutes[5][\"path\"] | (TRoutes[5] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[5][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[5][\"children\"]> : never) | TRoutes[6][\"path\"] | (TRoutes[6] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[6][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[6][\"children\"]> : never) | TRoutes[7][\"path\"] | (TRoutes[7] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[7][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[7][\"children\"]> : never) | TRoutes[8][\"path\"] | (TRoutes[8] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[8][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[8][\"children\"]> : never) | TRoutes[9][\"path\"] | (TRoutes[9] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[9][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[9][\"children\"]> : never) | TRoutes[10][\"path\"] | (TRoutes[10] extends { children: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Route",
"text": "Route"
},
"[]; } ? ",
"NormalizePath",
"<`${TRoutes[10][\"path\"]}/*`> | ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.PathsOf",
"text": "PathsOf"
},
"<TRoutes[10][\"children\"]> : never) : string"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Route",
"type": "Type",
"tags": [],
"label": "Route",
"description": [],
"signature": [
"PlainRoute | ReadonlyPlainRoute"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.TypeAsArgs",
"type": "Type",
"tags": [],
"label": "TypeAsArgs",
"description": [],
"signature": [
"keyof TObject extends never ? [] : ",
"RequiredKeys",
"<TObject> extends never ? [] | [TObject] : [TObject]"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.TypeOf",
"type": "Type",
"tags": [],
"label": "TypeOf",
"description": [],
"signature": [
"TypeOfMatches<",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Match",
"text": "Match"
},
"<TRoutes, TPath>> & (TWithDefaultOutput extends true ? DefaultOutput : {})"
],
"path": "packages/kbn-typed-react-router-config/src/types/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/typed-react-router-config",
"id": "def-common.Unconst",
"type": "Type",
"tags": [],
"label": "Unconst",
"description": [],
"signature": [
"T extends React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> ? React.ReactElement<any, any> : T extends ",
"Type",
"<any, any, unknown> ? T : T extends readonly [any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>] : T extends readonly [any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>] : T extends readonly [any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>] : T extends readonly [any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>] : T extends readonly [any, any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[4]>] : T extends readonly [any, any, any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[4]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[5]>] : T extends readonly [any, any, any, any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[4]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[5]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[6]>] : T extends readonly [any, any, any, any, any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[4]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[5]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[6]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[7]>] : T extends readonly [any, any, any, any, any, any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[4]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[5]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[6]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[7]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[8]>] : T extends readonly [any, any, any, any, any, any, any, any, any, any] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[0]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[1]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[2]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[3]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[4]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[5]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[6]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[7]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[8]>, ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[9]>] : T extends readonly [infer U, ...infer V] ? [",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<U>, ...",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<V>] : T extends Record<any, any> ? { -readonly [key in keyof T]: ",
{
"pluginId": "@kbn/typed-react-router-config",
"scope": "common",
"docId": "kibKbnTypedReactRouterConfigPluginApi",
"section": "def-common.Unconst",
"text": "Unconst"
},
"<T[key]>; } : T"
],
"path": "packages/kbn-typed-react-router-config/src/unconst.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}