Skip to main content
Module

x/live/mod.ts>Route

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface Route
import { type Route } from "https://deno.land/x/live@1.60.26/mod.ts";

Properties

pathTemplate: string
optional
isHref: boolean
handler: { value: Resolvable<Handler>; }
optional
highPriority: boolean