Skip to main content
Module

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

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

Type Parameters

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

Properties

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