Skip to main content
Module

x/live/deco.ts>DecoContext

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