Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.main.d.ts>Route

Advanced Web Composition for Future
Latest
interface Route
import { type Route } from "https://deno.land/x/ogone@revb3/src/ogone.main.d.ts";

Properties

path: string
uuid: string
redirect: string | RouteRedirection
component: string
name: string
isAsync: boolean
isTemplatePrivate: boolean
isTemplateProtected: boolean
isRouter: boolean
children: Route[]
title: string
once: boolean
optional
params: { [k: string]: string; }