Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
interface RenderStateRouteOptions
import { type RenderStateRouteOptions } from "https://deno.land/x/fresh@1.6.3/src/server/rendering/state.ts";

Properties

url: URL
route: string
optional
data: any
optional
state: any
optional
error: unknown
params: Record<string, string | string[]>
basePath: string