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

x/blocks/live.ts>DecoContext

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