@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) • 534 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { RemoveOutputFromStoreRequest } from './remove-output-from-store-request';
import * as i0 from "@angular/core";
export declare class RemoveOutputFromStoreExecution implements IExecution<RemoveOutputFromStoreRequest, void> {
private _fComponentsStore;
handle(request: RemoveOutputFromStoreRequest): void;
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveOutputFromStoreExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RemoveOutputFromStoreExecution>;
}