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

x/live/live.ts>DecoContext

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface DecoContext
import { type DecoContext } from "https://deno.land/x/live@1.102.6/live.ts";

Type Parameters

optional
TAppManifest extends AppManifest = AppManifest

Properties

deploymentId: string | undefined
isDeploy: boolean
optional
decodMode: DecodMode
site: string
siteId: number
optional
loginUrl: string
optional
base: string
optional
namespace: string
optional
release: DecofileProvider
optional
runtime: Promise<DecoRuntimeState<TAppManifest>>
instance: InstanceInfo
optional
request: RequestContext