Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/blocks/section.ts>SectionModule

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface SectionModule
implements BlockModule<ComponentFunc<TLoaderProps | TActionProps>, ReturnType<ComponentFunc<TLoaderProps | TActionProps>>, PreactComponent>
import { type SectionModule } from "https://deno.land/x/live@1.67.9/blocks/section.ts";

Type Parameters

optional
TConfig = any
optional
TProps = any
optional
TLoaderProps = TProps
optional
TActionProps = TLoaderProps

Properties

optional
LoadingFallback: ComponentType
optional
ErrorFallback: ComponentType<{ error?: Error; }>
optional
loader: PropsLoader<TConfig, TLoaderProps>
optional
action: PropsLoader<TConfig, TActionProps>