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

x/deco/clients/withManifest.ts>invoke

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
variable invoke
import { invoke } from "https://deno.land/x/deco@1.35.3/clients/withManifest.ts";

Receives the function id as a parameter (e.g #FUNC_ID, the # will be ignored) or the function name as a parameter (e.g deco-sites/std/functions/vtexProductList.ts) and invoke the target function passing the provided props as the partial input for the function.

type

<TManifest extends AppManifest>() => unknown