Skip to main content
Module

x/jito/routing.d.ts>InputContext

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

Properties

pathname: string
optional
props: Record<string, unknown>
optional
query: Record<string, string>