Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/runtime/features/render.tsx>Options

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/blocks@1.102.1/runtime/features/render.tsx";

Properties

optional
resolveChain: FieldResolver[]
props: Record<string, unknown>
href: string
pathTemplate: string
optional
renderSalt: string
optional
partialMode: "replace" | "prepend" | "append"
framework: "fresh" | "htmx"