Convert to String
Converts any value to its string form.
Objects and arrays are serialised rather than rendered as [object Object], which makes this a quick way to inspect a value or put one in a text node while debugging.
Inputs
Actions
| Signal | Description |
|---|---|
| Do | Performs the conversion. |
General
| Data | Description |
|---|---|
| Data ()* | The value to convert. |
Outputs
Events
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |
Result
| Data | Description |
|---|---|
| Result (string) | The string form. |