Feat: The output is derived based on the configuration of the variable aggregation operator. #10427 (#11109)

### What problem does this PR solve?

Feat: The output is derived based on the configuration of the variable
aggregation operator. #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-07 16:35:32 +08:00
committed by GitHub
parent cb95072ecf
commit 526ba3388f
11 changed files with 207 additions and 39 deletions

View File

@ -598,7 +598,7 @@ export const initialDataOperationsValues = {
export const initialVariableAssignerValues = {};
export const initialVariableAggregatorValues = {};
export const initialVariableAggregatorValues = { outputs: {}, groups: [] };
export const CategorizeAnchorPointPositions = [
{ top: 1, right: 34 },