@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.
15 lines (14 loc) • 783 B
TypeScript
import { ElementRef } from "@angular/core";
import { IHasConnectionFromTo } from '../i-has-connection-from-to';
import { IHasHostElement } from '../../../i-has-host-element';
import * as i0 from "@angular/core";
export declare class FConnectionSelectionComponent implements IHasHostElement {
private elementReference;
private base;
get connectionForSelectionId(): string;
get hostElement(): SVGPathElement;
constructor(elementReference: ElementRef<SVGPathElement>, base: IHasConnectionFromTo);
setPath(path: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionSelectionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionSelectionComponent, "path[fConnectionSelection]", never, {}, {}, never, never, false, never>;
}