Skip to main content
Module

x/deco/mod.ts>FunctionContext

deco is a new type of web framework for building dynamic, high-performance, edge-native web applications that can be controlled via a powerful, visual admin UI.
Very Popular
Go to Latest
type alias FunctionContext
import { type FunctionContext } from "https://deno.land/x/deco@1.21.6/mod.ts";

Type Parameters

optional
TProps = any
optional
TState = { }
definition: StatefulContext<LiveConfig<TProps, TState>>