Skip to main content
Module

x/aleph/types.ts>RouterURL

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface RouterURL
import { type RouterURL } from "https://deno.land/x/aleph@v0.2.21/types.ts";

The Router object of the application routing, you can access it with useRouter().

Properties

readonly
locale: string
readonly
pathname: string
readonly
pagePath: string
readonly
params: Record<string, string>
readonly
query: URLSearchParams