Skip to main content
Module

x/jito/routing.d.ts>PageContext

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Latest
interface PageContext
import { type PageContext } from "https://deno.land/x/jito@1.4.2/routing.d.ts";

Properties

pathname: string | null
pattern: string | null
params: Record<string, string>
props: Record<string, unknown>
query: Record<string, string>