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

x/blocks/runtime/features/invoke.ts>invoke

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
variable invoke
import { invoke } from "https://deno.land/x/blocks@1.102.1/runtime/features/invoke.ts";

Invokes a function within the application state.

type

(
key: InvokeFunction["key"],
props: InvokeFunction["props"],
select: InvokeFunction["select"],
state: State<any>,
) => Promise<any>