@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) • 688 B
TypeScript
import { GetDeepChildrenNodesAndGroupsRequest } from './get-deep-children-nodes-and-groups.request';
import { FNodeBase } from '../../f-node';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetDeepChildrenNodesAndGroupsExecution implements IExecution<GetDeepChildrenNodesAndGroupsRequest, FNodeBase[]> {
private readonly _fComponentsStore;
handle(request: GetDeepChildrenNodesAndGroupsRequest): FNodeBase[];
private _getChildrenNodes;
static ɵfac: i0.ɵɵFactoryDeclaration<GetDeepChildrenNodesAndGroupsExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetDeepChildrenNodesAndGroupsExecution>;
}