@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) • 722 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { CalculateInputConnectionsRequest } from './calculate-input-connections-request';
import { FConnectionBase } from '../../../f-connection';
import * as i0 from "@angular/core";
export declare class CalculateInputConnectionsExecution implements IExecution<CalculateInputConnectionsRequest, FConnectionBase[]> {
private readonly _fComponentsStore;
handle(request: CalculateInputConnectionsRequest): FConnectionBase[];
private _calculateConnectors;
private _calculateConnections;
static ɵfac: i0.ɵɵFactoryDeclaration<CalculateInputConnectionsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CalculateInputConnectionsExecution>;
}