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.

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