Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImmutableRouteKey

Keys we cannot change from within a lazy() function. We spread all other keys onto the route. Either they're meaningful to the router, or they'll get ignored.

type ImmutableRouteKey =
| "lazy"
| "caseSensitive"
| "path"
| "id"
| "index"
| "children";

§Type

§
"lazy" | "caseSensitive" | "path" | "id" | "index" | "children"
[src]