Add hidden link enum (#190)

This commit is contained in:
Chenlei Hu
2024-10-02 14:45:21 -04:00
committed by GitHub
parent 955dec36f2
commit 8ffb29d1a5
2 changed files with 5 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ export class LiteGraphGlobal {
CENTER = 5;
LINK_RENDER_MODES = ["Straight", "Linear", "Spline"]; // helper
HIDDEN_LINK = -1;
STRAIGHT_LINK = 0;
LINEAR_LINK = 1;
SPLINE_LINK = 2;