Skip to main content
Module

x/live/live.ts>LiveContext

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 LiveContext
import { type LiveContext } from "https://deno.land/x/live@1.24.6/live.ts";
definition: { manifest?: DecoManifest; deploymentId: string | undefined; isDeploy: boolean; site: string; siteId: number; loginUrl?: string; base?: string; releaseResolver?: ReleaseResolver<any>; namespace?: string; release?: Release; }