Implemented the knot node save load issues
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Ankitkumar Satapara
2026-04-20 20:59:56 +05:30
parent acdaecf8de
commit 4252cc6912
3 changed files with 34 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ namespace Nodify.Calculator.Models
public string DataType { get; set; } = string.Empty;
public bool IsCopyConnector { get; set; }
public bool IsTakeListConnector { get; set; }
public bool IsKnotConnector { get; set; }
}
public class ConnectionData