@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.
11 lines (10 loc) • 500 B
TypeScript
import { IExecution } from '@foblex/mediator';
import { GetNodesRequest } from './get-nodes-request';
import { FNodeBase } from '../../../f-node';
import * as i0 from "@angular/core";
export declare class GetNodesExecution implements IExecution<GetNodesRequest, FNodeBase[]> {
private _fComponentsStore;
handle(request: GetNodesRequest): FNodeBase[];
static ɵfac: i0.ɵɵFactoryDeclaration<GetNodesExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetNodesExecution>;
}