Skip to main content
Module

x/blocks/deco.ts>DecoContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Extremely Popular
Go to Latest
type alias DecoContext
import { type DecoContext } from "https://deno.land/x/blocks@1.53.4/deco.ts";
definition: { deploymentId: string | undefined; isDeploy: boolean; site: string; siteId: number; loginUrl?: string; base?: string; namespace?: string; release?: Release; runtime?: Promise<DecoRuntimeState>; play?: boolean; instance: InstanceInfo; }