UNPKG

@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.

19 lines (18 loc) 872 B
import { IExecution } from '@foblex/mediator'; import { IsConnectionUnderNodeRequest } from './is-connection-under-node.request'; import * as i0 from "@angular/core"; export declare class IsConnectionUnderNodeExecution implements IExecution<IsConnectionUnderNodeRequest, void> { private _fMediator; private _fComponentsStore; handle(request: IsConnectionUnderNodeRequest): void; private _getOutputConnectors; private _getInputConnectors; private _getOutputConnectionsId; private _getInputConnectionsId; private _getConnectorsId; private _calculateConnectionsUnderNode; private _isConnectionHasIntersectionsWithNode; private _emitNodeIntersectedWithConnections; static ɵfac: i0.ɵɵFactoryDeclaration<IsConnectionUnderNodeExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<IsConnectionUnderNodeExecution>; }