Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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