Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/effector/packages/effector/index.d.ts>launch

Business logic with ease ☄️
Go to Latest
function launch
import { launch } from "https://deno.land/x/effector@effector-react%4023.2.0/packages/effector/index.d.ts";

Allows to directly start computation from given unit or graph node. Low level tool, usually absent in common applications

Parameters

unit: Unit<T> | Node

unit or graph node to launch

payload: T

data to pass to computation

Allows to directly start computation from given unit or graph node. Low level tool, usually absent in common applications

Parameters

config: { target: Unit<T> | Node; params: T; defer?: boolean; page?: any; scope?: Scope; meta?: Record<string, any>; }

configuration object

Allows to directly start computation from given unit or graph node. Low level tool, usually absent in common applications

Parameters

config: { target: Array<Unit<any> | Node>; params: any[]; defer?: boolean; page?: any; scope?: Scope; meta?: Record<string, any>; }

configuration object