@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.
17 lines (16 loc) • 742 B
TypeScript
import { ICanBeSelectedElementAndRect } from './i-can-be-selected-element-and-rect';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetCanBeSelectedItemsExecution implements IExecution<void, ICanBeSelectedElementAndRect[]> {
private _fMediator;
private _fComponentsStore;
private _fDraggableDataContext;
private get fNodes();
private get fConnections();
private get transform();
handle(): ICanBeSelectedElementAndRect[];
private getNodesWithRects;
private getConnectionsWithRects;
static ɵfac: i0.ɵɵFactoryDeclaration<GetCanBeSelectedItemsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetCanBeSelectedItemsExecution>;
}