Skip to main content
Module

x/fresh/src/server/types.ts>ErrorPage

The next-gen web framework.
Extremely Popular
Latest
interface ErrorPage
import { type ErrorPage } from "https://deno.land/x/fresh@1.6.8/src/server/types.ts";

Properties

baseRoute: BaseRoute
pattern: string
url: string
name: string
optional
component: PageComponent<PageProps>
handler: ErrorHandler
csp: boolean
appWrapper: boolean
inheritLayouts: boolean