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

x/live/blocks/function.ts>FunctionModule

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface FunctionModule
implements BlockModule<Function<TConfig, TState>>
import { type FunctionModule } from "https://deno.land/x/live@1.67.9/blocks/function.ts";

Type Parameters

optional
TConfig = any
optional
TState = any

Properties

optional
singleFlightKey: SingleFlightKeyFunc<TConfig, HttpContext>