Skip to main content
Module

x/live/types.ts>DecoManifest

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface DecoManifest
implements Manifest
import { type DecoManifest } from "https://deno.land/x/live@1.57.1/types.ts";

Properties

name: string
baseUrl: string
optional
apps: Record<string, ModuleOf<appBlock>>
optional
workflows: Record<string, ModuleOf<workflowBlock>>
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>>