@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) • 1.48 kB
TypeScript
import { AddInputToStoreExecution } from './add-input-to-store';
import { AddOutletToStoreExecution } from './add-outlet-to-store';
import { AddOutputToStoreExecution } from './add-output-to-store';
import { RemoveInputFromStoreExecution } from './remove-input-from-store';
import { RemoveOutletFromStoreExecution } from './remove-outlet-from-store';
import { RemoveOutputFromStoreExecution } from './remove-output-from-store';
import { MarkAllCanBeConnectedInputsExecution } from './mark-all-can-be-connected-inputs';
import { UnmarkAllCanBeConnectedInputsExecution } from './unmark-all-can-be-connected-inputs';
import { GetAllCanBeConnectedInputsAndRectsExecution } from './get-all-can-be-connected-inputs-and-rects';
import { GetConnectorAndRectExecution } from './get-connector-and-rect';
import { CalculateClosestInputExecution } from './calculate-closest-input';
import { FindInputAtPositionExecution } from './find-input-at-position';
export declare const F_CONNECTORS_FEATURES: (typeof AddInputToStoreExecution | typeof AddOutletToStoreExecution | typeof AddOutputToStoreExecution | typeof CalculateClosestInputExecution | typeof FindInputAtPositionExecution | typeof GetAllCanBeConnectedInputsAndRectsExecution | typeof GetConnectorAndRectExecution | typeof MarkAllCanBeConnectedInputsExecution | typeof RemoveInputFromStoreExecution | typeof RemoveOutletFromStoreExecution | typeof RemoveOutputFromStoreExecution | typeof UnmarkAllCanBeConnectedInputsExecution)[];