@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.
13 lines (12 loc) • 652 B
TypeScript
import { RedrawCanvasWithAnimationRequest } from './redraw-canvas-with-animation-request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class RedrawCanvasWithAnimationExecution implements IExecution<RedrawCanvasWithAnimationRequest, void> {
private _fComponentsStore;
private get _fCanvasElement();
handle(request: RedrawCanvasWithAnimationRequest): void;
private _redrawWithAnimation;
private _redraw;
static ɵfac: i0.ɵɵFactoryDeclaration<RedrawCanvasWithAnimationExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RedrawCanvasWithAnimationExecution>;
}