@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) • 488 B
TypeScript
import { ClearSelectionRequest } from './clear-selection.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class ClearSelectionExecution implements IExecution<ClearSelectionRequest, void> {
private _fDraggableDataContext;
handle(request: ClearSelectionRequest): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ClearSelectionExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ClearSelectionExecution>;
}