UNPKG

@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) 711 B
import { IPoint } from '@foblex/2d'; import { IHasHostElement } from '../../../i-has-host-element'; import * as i0 from "@angular/core"; export declare class FConnectionDragHandleEndComponent implements IHasHostElement { private readonly _elementReference; protected readonly class: string; point: IPoint; get hostElement(): SVGCircleElement; redraw(penultimatePoint: IPoint, endPoint: IPoint): void; private _calculateCircleCenter; static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionDragHandleEndComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionDragHandleEndComponent, "circle[f-connection-drag-handle-end]", never, {}, {}, never, never, false, never>; }