@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.
17 lines (16 loc) • 748 B
TypeScript
import { CenterGroupOrNodeRequest } from './center-group-or-node-request';
import { IExecution } from '@foblex/mediator';
import { IPoint, IRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class CenterGroupOrNodeExecution implements IExecution<CenterGroupOrNodeRequest, void> {
private _fComponentsStore;
private get transform();
private _fMediator;
handle(request: CenterGroupOrNodeRequest): void;
toCenter(fNodeRect: IRect, fFlowRect: IRect, position: IPoint): void;
private getNode;
private getNodeRect;
private getFlowRect;
static ɵfac: i0.ɵɵFactoryDeclaration<CenterGroupOrNodeExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CenterGroupOrNodeExecution>;
}