@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.
35 lines (34 loc) • 535 B
TypeScript
export declare const RESIZE_DIRECTIONS: {
left: {
x: number;
y: number;
};
"left-top": {
x: number;
y: number;
};
top: {
x: number;
y: number;
};
"right-top": {
x: number;
y: number;
};
right: {
x: number;
y: number;
};
"right-bottom": {
x: number;
y: number;
};
bottom: {
x: number;
y: number;
};
"left-bottom": {
x: number;
y: number;
};
};