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.

15 lines (14 loc) 706 B
import { MinimapCalculateViewBoxRequest } from './minimap-calculate-view-box.request'; import { IExecution } from '@foblex/mediator'; import { IRect } from '@foblex/2d'; import * as i0 from "@angular/core"; export declare class MinimapCalculateViewBoxExecution implements IExecution<MinimapCalculateViewBoxRequest, IRect> { private _fComponentStore; private get _fFlow(); private get _fCanvas(); handle(request: MinimapCalculateViewBoxRequest): IRect; private _getRectForMinimapView; private _calculateViewBox; static ɵfac: i0.ɵɵFactoryDeclaration<MinimapCalculateViewBoxExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<MinimapCalculateViewBoxExecution>; }