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.

14 lines (13 loc) 800 B
import { IHandler } from '@foblex/mediator'; import { FCreateConnectionDragHandlerPreparationRequest } from './f-create-connection-drag-handler-preparation.request'; import * as i0 from "@angular/core"; export declare class FCreateConnectionDragHandlerPreparationExecution implements IHandler<FCreateConnectionDragHandlerPreparationRequest, void> { private readonly _fComponentsStore; private readonly _fDraggableDataContext; private readonly _injector; private get _fHost(); private get _transform(); handle(request: FCreateConnectionDragHandlerPreparationRequest): void; static ɵfac: i0.ɵɵFactoryDeclaration<FCreateConnectionDragHandlerPreparationExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FCreateConnectionDragHandlerPreparationExecution>; }