@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.
9 lines (8 loc) • 350 B
TypeScript
export declare const F_CONNECTION_IDENTIFIERS: {
textId(connectionId: string): string;
connectionForSelectionId(connectionId: string): string;
connectionId(connectionId: string): string;
gradientId(connectionId: string): string;
linkToGradient(connectionId: string): string;
linkToConnection(connectionId: string): string;
};