@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.
17 lines (16 loc) • 634 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { SetZoomRequest } from './set-zoom-request';
import * as i0 from "@angular/core";
export declare class SetZoomExecution implements IExecution<SetZoomRequest, void> {
private _fMediator;
private _fComponentsStore;
private get _fHost();
private get _fCanvas();
private get _fZoomComponent();
private get _isDragStarted();
handle(request: SetZoomRequest): void;
private _clamp;
private _castPositionToFlow;
static ɵfac: i0.ɵɵFactoryDeclaration<SetZoomExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SetZoomExecution>;
}