@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) • 592 B
TypeScript
import { IPoint } from '@foblex/2d';
import { GetNormalizedPointRequest } from './get-normalized-point-request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetNormalizedPointExecution implements IExecution<GetNormalizedPointRequest, IPoint> {
private readonly _fComponentsStore;
private get _transform();
handle(request: GetNormalizedPointRequest): IPoint;
static ɵfac: i0.ɵɵFactoryDeclaration<GetNormalizedPointExecution, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GetNormalizedPointExecution>;
}