Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/actions/workflows/start.ts>WorkflowProps

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
type alias WorkflowProps
import { type WorkflowProps } from "https://deno.land/x/live@1.48.5/actions/workflows/start.ts";

Type Parameters

optional
key extends string = string
optional
TManifest extends AppManifest = Manifest
optional
block extends BlockFromKey<key, TManifest> = BlockFromKey<key, TManifest>
definition: key extends BlockKeys<TManifest> & `${string}/workflows/${string}` ? BlockFunc<key, TManifest, block> extends WorkflowFn<infer TProps, any, infer TArgs> ? TArgs["length"] extends 0 ? { key: key; props: TProps; } & CommonProps : { args: TArgs; key: key; props: TProps; } & CommonProps : AnyWorkflow : AnyWorkflow