@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.
14 lines (13 loc) • 665 B
TypeScript
import { GetElementRoundedRectRequest } from './get-element-rounded-rect-request';
import { IExecution } from '@foblex/mediator';
import { RoundedRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class GetElementRoundedRectExecution implements IExecution<GetElementRoundedRectRequest, RoundedRect> {
private _fBrowser;
handle(request: GetElementRoundedRectRequest): RoundedRect;
private _getRoundedRect;
private _getComputedStyle;
private _toPixels;
static ɵfac: i0.ɵɵFactoryDeclaration<GetElementRoundedRectExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetElementRoundedRectExecution>;
}