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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface InvokeAction
import { type InvokeAction } from "https://deno.land/x/live@1.57.3/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[]