Module

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

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