Skip to main content
Module

x/live/live.ts>DecoContext

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Very Popular
Go to Latest
type alias DecoContext
import { type DecoContext } from "https://deno.land/x/live@1.45.1/live.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; }