@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.
14 lines (13 loc) • 627 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { StartDragSequenceRequest } from './start-drag-sequence-request';
import * as i0 from "@angular/core";
export declare class StartDragSequenceExecution implements IExecution<StartDragSequenceRequest, void> {
private _fMediator;
private _fComponentsStore;
private _fDraggableDataContext;
private get _hostElement();
handle(request: StartDragSequenceRequest): void;
private _emitDragStarted;
static ɵfac: i0.ɵɵFactoryDeclaration<StartDragSequenceExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StartDragSequenceExecution>;
}