@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.
11 lines (10 loc) • 988 B
TypeScript
import { AddDndToStoreExecution } from './add-dnd-to-store';
import { EmitSelectionChangeEventExecution } from './emit-selection-change-event';
import { RemoveDndFromStoreExecution } from './remove-dnd-from-store';
import { PrepareDragSequenceExecution } from './prepare-drag-sequence';
import { EndDragSequenceExecution } from './end-drag-sequence';
import { InitializeDragSequenceExecution } from './initialize-drag-sequence';
import { OnPointerMoveExecution } from './on-pointer-move';
import { IsDragStartedExecution } from './is-drag-started';
import { StartDragSequenceExecution } from './start-drag-sequence';
export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof EmitSelectionChangeEventExecution | typeof EndDragSequenceExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof PrepareDragSequenceExecution | typeof IsDragStartedExecution | typeof StartDragSequenceExecution | typeof RemoveDndFromStoreExecution)[];