TriggerChangedFalse Op
Triggers next only after value has changed to false
Summary (oneliner)
<p>When the input <code>Value</code> changes from <code>true</code> to <code>false</code> <code>Next</code> is triggered once.</p>
Full Name
- Ops.Boolean.TriggerChangedFalse
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch trigger on bools example
INPUT PORTS
Value (Number:
<i>boolean</i>
)<p>The boolean value to watch for change</p>
OUTPUT PORTS
Next (Trigger)
<p>Triggers when <code>Value</code> changed to <code>false</code></p>