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.

11 lines (10 loc) 597 B
import { IExecution } from '@foblex/mediator'; import { RemoveConnectionFromStoreRequest } from './remove-connection-from-store-request'; import * as i0 from "@angular/core"; export declare class RemoveConnectionFromStoreExecution implements IExecution<RemoveConnectionFromStoreRequest, void> { private _fComponentsStore; handle(request: RemoveConnectionFromStoreRequest): void; private _getIndexOfConnection; static ɵfac: i0.ɵɵFactoryDeclaration<RemoveConnectionFromStoreExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RemoveConnectionFromStoreExecution>; }