@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) • 700 B
TypeScript
import { RedrawConnectionsRequest } from './redraw-connections-request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class RedrawConnectionsExecution implements IExecution<RedrawConnectionsRequest, void> {
private readonly _fMediator;
private readonly _fComponentsStore;
handle(request: RedrawConnectionsRequest): void;
private _getOutput;
private _getInput;
private _resetConnectors;
private _setupConnection;
private _getLine;
private _setMarkers;
static ɵfac: i0.ɵɵFactoryDeclaration<RedrawConnectionsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RedrawConnectionsExecution>;
}