@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.
5 lines (4 loc) • 304 B
TypeScript
export declare function getMarkerStartId(fConnectionId: string): string;
export declare function getMarkerEndId(fConnectionId: string): string;
export declare function getMarkerSelectedStartId(fConnectionId: string): string;
export declare function getMarkerSelectedEndId(fConnectionId: string): string;