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.

13 lines (12 loc) 587 B
import { IExecution } from '@foblex/mediator'; import { EndDragSequenceRequest } from './end-drag-sequence-request'; import * as i0 from "@angular/core"; export declare class EndDragSequenceExecution implements IExecution<EndDragSequenceRequest, void> { private _fComponentsStore; private get _hostElement(); private _fDraggableDataContext; handle(request: EndDragSequenceRequest): void; private _emitDragEnded; static ɵfac: i0.ɵɵFactoryDeclaration<EndDragSequenceExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<EndDragSequenceExecution>; }