Skip to main content
Module

x/live/types.ts>PageWithParams

The edge-native DXP: build and evolve an editable ultra-fast site powered by deno, fresh and tailwind. Optimized for "time-to-go-live".
Very Popular
Go to Latest
interface PageWithParams
import { type PageWithParams } from "https://deno.land/x/live@0.10.1/types.ts";

This type is used only on the render flow, after we matched an URL path and possibly found page params (e.g: "/:slug/p" with the url "/blouse/p" generates params: { slug: "blouse"})

Properties

page: Page
optional
params: Record<string, string>