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.

21 lines (20 loc) 963 B
import { ElementRef } from "@angular/core"; import { IHasConnectionColor } from '../i-has-connection-color'; import { IHasConnectionFromTo } from '../i-has-connection-from-to'; import { IConnectionPath } from './i-connection-path'; import * as i0 from "@angular/core"; export declare class FConnectionPathComponent implements IConnectionPath { private elementReference; private base; get fPathId(): string; get linkToGradient(): string; get attrConnectionId(): string; get hostElement(): SVGPathElement; constructor(elementReference: ElementRef<SVGPathElement>, base: IHasConnectionColor & IHasConnectionFromTo); initialize(): void; setPath(path: string): void; select(): void; deselect(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionPathComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionPathComponent, "path[f-connection-path]", never, {}, {}, never, never, false, never>; }