@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.
13 lines (12 loc) • 588 B
TypeScript
import { GetFlowStateRequest } from './get-flow-state.request';
import { IExecution } from '@foblex/mediator';
import { IFFlowState } from './i-f-flow-state';
import * as i0 from "@angular/core";
export declare class GetFlowStateExecution implements IExecution<GetFlowStateRequest, IFFlowState> {
private _fMediator;
private _fComponentsStore;
handle(payload: GetFlowStateRequest): IFFlowState;
private _getCanvasPosition;
static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowStateExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowStateExecution>;
}