UNPKG

@foblex/flow

Version:

An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.

9 lines (8 loc) 258 B
import { FNodeBase } from '../../../f-node'; import { IRect } from '@foblex/2d'; export declare class GetNodePaddingRequest { fNode: FNodeBase; rect: IRect; static readonly fToken: unique symbol; constructor(fNode: FNodeBase, rect: IRect); }