@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.
13 lines (12 loc) • 552 B
TypeScript
import { FMinimapData } from './domain';
import * as i0 from "@angular/core";
export declare class FMinimapFlowDirective {
fMinSize: number;
private _fMediator;
private _elementReference;
get hostElement(): SVGSVGElement;
model: FMinimapData;
redraw(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapFlowDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FMinimapFlowDirective, "svg[fMinimapFlow]", never, { "fMinSize": { "alias": "fMinSize"; "required": false; }; }, {}, never, never, false, never>;
}