Skip to main content
Module

x/live/mod.ts>BlockModule

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Very Popular
Go to Latest
type alias BlockModule
import { type BlockModule } from "https://deno.land/x/live@1.45.1/mod.ts";

Type Parameters

optional
TDefaultExportFunc extends ResolverLike<T> = ResolverLike
optional
T = TDefaultExportFunc extends ResolverLike<infer TValue> ? TValue : any
optional
TSerializable = T
definition: { default: TDefaultExportFunc; invoke?: Resolver<TSerializable, BlockInvocation, any>; preview?: Resolver<PreactComponent, TSerializable, any>; Preview?: ComponentFunc; onBeforeResolveProps?: (props: any, hints: HintNode<any>) => any; }