Feat: Downstream operators can get the variables defined by the user input operator #3221 (#9036)

### What problem does this PR solve?

Feat: Downstream operators can get the variables defined by the user
input operator #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-24 19:51:08 +08:00
committed by GitHub
parent 5c6e586251
commit 6529bb433b
8 changed files with 81 additions and 11 deletions

View File

@ -582,6 +582,7 @@ export const initialUserFillUpValues = {
enable_tips: true,
tips: '',
inputs: [],
outputs: {},
};
export enum StringTransformMethod {
@ -835,6 +836,7 @@ export const NoDebugOperatorsList = [
Operator.RewriteQuestion,
Operator.Switch,
Operator.Iteration,
Operator.UserFillUp,
];
export enum NodeHandleId {