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

x/live/utils/invoke.types.ts>InvokeAction

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface InvokeAction
import { type InvokeAction } from "https://deno.land/x/live@1.74.1/utils/invoke.types.ts";

Type Parameters

optional
TManifest extends AppManifest = AppManifest
optional
TSelector extends DotNestedKeys<TFunc["return"]> = DotNestedKeys<TFunc["return"]>

Properties

key: TAction | `#${string}`
optional
props: Partial<TFunc["props"]>
optional
select: TSelector[]