Module

x/fresh/server.ts>PluginRoute

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

Properties

path: string

A path in the format of a filename path without filetype

optional
component:
| ComponentType<PageProps>
| ComponentType<AppProps>
| AsyncRoute
| AsyncLayout
optional
handler: Handler<any, any> | Handlers<any, any>