@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) • 1.52 kB
TypeScript
import { CreateConnectionMarkersExecution } from './create-connection-markers';
import { AddConnectionForCreateToStoreExecution } from './add-connection-for-create-to-store';
import { AddConnectionToStoreExecution } from './add-connection-to-store';
import { AddSnapConnectionToStoreExecution } from './add-snap-connection-to-store';
import { RemoveConnectionForCreateFromStoreExecution } from './remove-connection-for-create-from-store';
import { RemoveConnectionFromStoreExecution } from './remove-connection-from-store';
import { RemoveSnapConnectionFromStoreExecution } from './remove-snap-connection-from-store';
import { AddConnectionMarkerToStoreExecution } from './add-connection-marker-to-store';
import { RemoveConnectionMarkerFromStoreExecution } from './remove-connection-marker-from-store';
import { RedrawConnectionsExecution } from './redraw-connections';
import { CalculateConnectionLineByBehaviorExecution } from './calculate-connection-line-by-behavior';
export declare const F_CONNECTION_FEATURES: (typeof AddConnectionForCreateToStoreExecution | typeof AddConnectionMarkerToStoreExecution | typeof AddConnectionToStoreExecution | typeof AddSnapConnectionToStoreExecution | typeof CreateConnectionMarkersExecution | typeof CalculateConnectionLineByBehaviorExecution | typeof RedrawConnectionsExecution | typeof RemoveConnectionForCreateFromStoreExecution | typeof RemoveConnectionFromStoreExecution | typeof RemoveConnectionMarkerFromStoreExecution | typeof RemoveSnapConnectionFromStoreExecution)[];