@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.
12 lines (11 loc) • 691 B
TypeScript
import { GetFlowStateConnectionsRequest } from './get-flow-state-connections-request';
import { IExecution } from '@foblex/mediator';
import { IFFlowStateConnection } from '../i-f-flow-state-connection';
import * as i0 from "@angular/core";
export declare class GetFlowStateConnectionsExecution implements IExecution<GetFlowStateConnectionsRequest, IFFlowStateConnection[]> {
private _fComponentsStore;
handle(request: GetFlowStateConnectionsRequest): IFFlowStateConnection[];
private _mapToConnectionState;
static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowStateConnectionsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowStateConnectionsExecution>;
}