« get me outta code hell

composite, data: positional inputs, V(...) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/control-flow/exitWithoutUpdateValue.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-11-27 19:51:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-11-27 19:51:01 -0400
commit861810685da73fa9fd6d4a1cb965155c61c99d11 (patch)
tree9c541dae0dee21023f83fe894bc2bfe7f135beb0 /src/data/composite/control-flow/exitWithoutUpdateValue.js
parent0bfedac2a7478c81fc2ba76e85489086c6fdab17 (diff)
composite, data: positional inputs, V(...)
basic backwards-compatible implementation,
and a small amount of demo usage
Diffstat (limited to 'src/data/composite/control-flow/exitWithoutUpdateValue.js')
-rw-r--r--src/data/composite/control-flow/exitWithoutUpdateValue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/control-flow/exitWithoutUpdateValue.js b/src/data/composite/control-flow/exitWithoutUpdateValue.js
index 1cce233f..3d9fbf76 100644
--- a/src/data/composite/control-flow/exitWithoutUpdateValue.js
+++ b/src/data/composite/control-flow/exitWithoutUpdateValue.js
@@ -10,8 +10,8 @@ export default templateCompositeFrom({
   annotation: `exitWithoutUpdateValue`,
 
   inputs: {
-    mode: inputAvailabilityCheckMode(),
     value: input({defaultValue: null}),
+    mode: inputAvailabilityCheckMode(),
 
     validate: input({
       type: 'function',