UNPKG

@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.

15 lines (14 loc) 713 B
import { IExecution } from '@foblex/mediator'; import { EmitSelectionChangeEventRequest } from './emit-selection-change-event-request'; import * as i0 from "@angular/core"; export declare class EmitSelectionChangeEventExecution implements IExecution<EmitSelectionChangeEventRequest, void> { private _fMediator; private _fComponentsStore; private get _fSelectionChange(); private _fDraggableDataContext; handle(request: EmitSelectionChangeEventRequest): void; private _getSelection; private _emitSelectionChange; static ɵfac: i0.ɵɵFactoryDeclaration<EmitSelectionChangeEventExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<EmitSelectionChangeEventExecution>; }