@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) • 674 B
TypeScript
import { GetCurrentSelectionRequest } from './get-current-selection.request';
import { IExecution } from '@foblex/mediator';
import { ICurrentSelection } from './i-current-selection';
import * as i0 from "@angular/core";
export declare class GetCurrentSelectionExecution implements IExecution<GetCurrentSelectionRequest, ICurrentSelection> {
private _fDraggableDataContext;
handle(): ICurrentSelection;
private _getSelectedNodes;
private _getSelectedGroups;
private _getSelectedConnections;
static ɵfac: i0.ɵɵFactoryDeclaration<GetCurrentSelectionExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetCurrentSelectionExecution>;
}