@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) • 1.14 kB
TypeScript
import { CenterGroupOrNodeExecution } from './center-group-or-node';
import { FitToFlowExecution } from './fit-to-flow';
import { ResetScaleAndCenterExecution } from './reset-scale-and-center';
import { ResetScaleExecution } from './reset-scale';
import { UpdateScaleExecution } from './update-scale';
import { InputCanvasPositionExecution } from './input-canvas-position';
import { InputCanvasScaleExecution } from './input-canvas-scale';
import { AddCanvasToStoreExecution } from './add-canvas-to-store';
import { RemoveCanvasFromStoreExecution } from './remove-canvas-from-store';
import { GetCanvasExecution } from './get-canvas';
import { RedrawCanvasWithAnimationExecution } from './redraw-canvas-with-animation';
export declare const F_CANVAS_FEATURES: (typeof AddCanvasToStoreExecution | typeof CenterGroupOrNodeExecution | typeof FitToFlowExecution | typeof GetCanvasExecution | typeof InputCanvasPositionExecution | typeof InputCanvasScaleExecution | typeof RedrawCanvasWithAnimationExecution | typeof RemoveCanvasFromStoreExecution | typeof ResetScaleExecution | typeof ResetScaleAndCenterExecution | typeof UpdateScaleExecution)[];