Skip to main content
Module

x/live/types.ts>Route

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface Route
import { type Route } from "https://deno.land/x/live@1.77.0/types.ts";

Properties

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