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