@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) • 790 B
TypeScript
import { GetNormalizedChildrenNodesRectRequest } from './get-normalized-children-nodes-rect.request';
import { IRect } from '@foblex/2d';
import { FMediator, IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetNormalizedChildrenNodesRectExecution implements IExecution<GetNormalizedChildrenNodesRectRequest, IRect | null> {
private fMediator;
constructor(fMediator: FMediator);
handle(request: GetNormalizedChildrenNodesRectRequest): IRect | null;
private getChildrenNodes;
private normalizeRect;
private concatRectWithParentPadding;
static ɵfac: i0.ɵɵFactoryDeclaration<GetNormalizedChildrenNodesRectExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetNormalizedChildrenNodesRectExecution>;
}