{ "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" }, "" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; children: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; }) => 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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | 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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; 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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | 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" }, "" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | 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", "; 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", "" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | 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" }, "" ], "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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; }" ], "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" }, "" ], "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", "; } ? ", "TypeOf", " : {}; }" ], "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" }, "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Match", "text": "Match" }, "; (location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Match", "text": "Match" }, ">; }" ], "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", "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Match", "text": "Match" }, "; (location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Match", "text": "Match" }, ">; }" ], "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", "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ", T3 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, path3: T3, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; }" ], "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", "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ", T3 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, path3: T3, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; }" ], "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", "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ", T3 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, path3: T3, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; }" ], "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", "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ", T3 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, path3: T3, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; }" ], "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", "" ], "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": [ "{ >(path: TPath, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , T2 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ", T3 extends ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.PathsOf", "text": "PathsOf" }, ">(path1: T1, path2: T2, path3: T3, location: ", "Location", "): ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; , TOptional extends boolean>(path: TPath, location: ", "Location", ", optional: TOptional): TOptional extends true ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, " | undefined : ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.TypeOf", "text": "TypeOf" }, "; }" ], "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", "" ], "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": [ ">(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" }, ">) => 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" }, ">" ], "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" }, "" ], "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", ">, Exclude>, \"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 extends { [key in TPath]: ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Route", "text": "Route" }, "; } ? UnwrapRouteMap[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 extends [object, ...infer TTail] ? [TObject | ", "DeepReadonly", ", ...TTail extends object[] ? ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.MaybeConst", "text": "MaybeConst" }, " : []] : TObject extends object[] ? ", "DeepReadonly", " : TObject extends object ? [TObject | ", "DeepReadonly", "] : []" ], "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" }, "> & 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 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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" }, " : 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", " 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" }, "> & (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 React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> ? React.ReactElement : T extends ", "Type", " ? T : T extends readonly [any] ? [", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : T extends readonly [any, any] ? [", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : T extends readonly [any, any, any] ? [", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : T extends readonly [any, any, any, any] ? [", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : T extends readonly [any, any, any, any, any] ? [", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : 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" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : 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" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : 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" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : 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" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : 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" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : T extends readonly [infer U, ...infer V] ? [", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, ", ...", { "pluginId": "@kbn/typed-react-router-config", "scope": "common", "docId": "kibKbnTypedReactRouterConfigPluginApi", "section": "def-common.Unconst", "text": "Unconst" }, "] : T extends Record ? { -readonly [key in keyof 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, "initialIsOpen": false } ], "objects": [] } }