Skip to main content
Module

x/live/live.ts>DecoContext

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
type alias DecoContext
import { type DecoContext } from "https://deno.land/x/live@1.41.11/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; }