4.8.13 test (#3102)
* fix: loop index;edge parent check * perf: reference invalid check * fix: ts
This commit is contained in:
@@ -201,6 +201,7 @@ export enum NodeInputKeyEnum {
|
||||
nodeHeight = 'nodeHeight',
|
||||
// loop start
|
||||
loopStartInput = 'loopStartInput',
|
||||
loopStartIndex = 'loopStartIndex',
|
||||
// loop end
|
||||
loopEndInput = 'loopEndInput',
|
||||
|
||||
@@ -258,7 +259,7 @@ export enum NodeOutputKeyEnum {
|
||||
loopArray = 'loopArray',
|
||||
// loop start
|
||||
loopStartInput = 'loopStartInput',
|
||||
loopArrayIndex = 'loopArrayIndex',
|
||||
loopStartIndex = 'loopStartIndex',
|
||||
|
||||
// form input
|
||||
formInputResult = 'formInputResult'
|
||||
|
||||
Reference in New Issue
Block a user