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) 340 B
import { IPoint, IRect } from '@foblex/2d'; import { EFResizeHandleType } from '../../../f-node'; export declare class CalculateChangedSizeRequest { originalRect: IRect; difference: IPoint; fResizeHandleType: EFResizeHandleType; constructor(originalRect: IRect, difference: IPoint, fResizeHandleType: EFResizeHandleType); }