@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) • 476 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { ResetZoomRequest } from './reset-zoom-request';
import * as i0 from "@angular/core";
export declare class ResetZoomExecution implements IExecution<ResetZoomRequest, void> {
private _fComponentsStore;
private get _fCanvas();
handle(request: ResetZoomRequest): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ResetZoomExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ResetZoomExecution>;
}