Skip to main content
Module

x/live/types.ts>DecoManifest

The edge-native DXP: build and evolve an editable ultra-fast site powered by deno, fresh and tailwind. Optimized for "time-to-go-live".
Very Popular
Go to Latest
interface DecoManifest
implements Manifest
import { type DecoManifest } from "https://deno.land/x/live@1.0.5/types.ts";

Properties

islands: Record<string, ModuleOf<islandBlock>>
optional
actions: Record<string, ModuleOf<actionBlock>>
optional
sections: Record<string, ModuleOf<sectionBlock>>
optional
functions: Record<string, ModuleOf<functionBlock>>
optional
loaders: Record<string, ModuleOf<loaderBlock>>
optional
pages: Record<string, ModuleOf<pageBlock>>
optional
matchers: Record<string, ModuleOf<matcherBlock>>
optional
handlers: Record<string, ModuleOf<handlerBlock>>
optional
flags: Record<string, ModuleOf<flagBlock>>
optional
accounts: Record<string, ModuleOf<accountBlock>>