@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.
11 lines (10 loc) • 581 B
TypeScript
import { CalculateChangedPositionRequest } from './calculate-changed-position.request';
import { IRect } from '@foblex/2d';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class CalculateChangedPositionExecution implements IExecution<CalculateChangedPositionRequest, IRect> {
handle(request: CalculateChangedPositionRequest): IRect;
private change;
static ɵfac: i0.ɵɵFactoryDeclaration<CalculateChangedPositionExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CalculateChangedPositionExecution>;
}