@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.
16 lines (15 loc) • 762 B
TypeScript
import { GetNormalizedParentNodeRectRequest } from './get-normalized-parent-node-rect.request';
import { IRect } from '@foblex/2d';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetNormalizedParentNodeRectExecution implements IExecution<GetNormalizedParentNodeRectRequest, IRect> {
private readonly _fComponentsStore;
private readonly _fMediator;
handle(request: GetNormalizedParentNodeRectRequest): IRect;
private _getNode;
private _getParentRect;
private _getNodeRect;
private _getNodePadding;
static ɵfac: i0.ɵɵFactoryDeclaration<GetNormalizedParentNodeRectExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetNormalizedParentNodeRectExecution>;
}