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