Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/manifest/defaults.ts>BlockInvocation

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

Type Parameters

optional
TProps = any

Properties

block: string
props: TProps
optional
source: "internal" | "external"