Module

x/fresh/server.ts>UnknownPageProps

The next-gen web framework.
Extremely Popular
Go to Latest
interface UnknownPageProps
import { type UnknownPageProps } from "https://dotland.deno.dev/x/fresh@1.1.2/server.ts";

Properties

url: URL

The URL of the request that resulted in this page being rendered.

route: string

The route matcher (e.g. /blog/:id) that the request matched for this page to be rendered.