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