@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.
8 lines (7 loc) • 643 B
TypeScript
import { ClearSelectionExecution } from './clear-selection';
import { GetCurrentSelectionExecution } from './get-current-selection';
import { SelectExecution } from './select';
import { SelectAllExecution } from './select-all';
import { SelectAndUpdateNodeLayerExecution } from './select-and-update-node-layer';
import { GetCanBeSelectedItemsExecution } from './get-can-be-selected-items';
export declare const F_SELECTION_FEATURES: (typeof ClearSelectionExecution | typeof GetCanBeSelectedItemsExecution | typeof GetCurrentSelectionExecution | typeof SelectExecution | typeof SelectAllExecution | typeof SelectAndUpdateNodeLayerExecution)[];