Process configure: show reduce funcs (#9822)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-09-10 18:45:14 +05:00
committed by GitHub
parent 07fa7f4a16
commit 70d2485069
16 changed files with 82 additions and 45 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ interface BaseSelectedContext {
key: string
// reduce array function for source obj
sourceFunction?: Ref<ProcessFunction>
sourceFunction?: Func
// process one by one
functions?: Func[]