mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2.2 KiB
2.2 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Boolean To String |
<##head##>
Boolean To String
This node takes a boolean input and converts it into the strings true or false.
<##head##>
Inputs
| Data | Description |
|---|---|
| Selector | <##input:selector##>This is the boolean value that will select which string to output.<##input##> |
| String for true | <##input:trueString##>The string to output if the selector is true.<##input##> |
| String for false | <##input:falseString##>The string to output if the selecor is false.<##input##> |
Outputs
| Data | Description |
|---|---|
| Current Value | <##output:currentValue##>The selected string, i.e. either String for true or String for false depending on the Selector.<##output##> |
| Signal | Description |
|---|---|
| Selector Changed | <##output:inputChanged##>This signal is sent when the Selector changes value.<##output##> |
