@trii/types 2.10.581 → 2.10.582

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,6 +126,11 @@ export interface INodeHandle {
126
126
  * Si un handle de tipo fuente (source) muestra el nombre definido en la UI
127
127
  */
128
128
  showName: boolean;
129
+ /**
130
+ * To limit connections to specific node types.
131
+ * Same tags must be present in the target node.
132
+ */
133
+ tags?: string[];
129
134
  }
130
135
  export interface INodeProperty {
131
136
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.581",
3
+ "version": "2.10.582",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",