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>withRegion

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

Bind units and links between them created inside cb callback to unit or graph node to erase during clearNode call Low level tool, usually absent in common applications

Type Parameters

optional
T = void

Parameters

unit: Unit<any> | Node

parent unit or graph node

cb: () => T

callback assumed to create some units