Prints one or more values to the console.
Prints the string representation of one or more input values to the console, with each value on a new line.
Behavior#
- Standard Values: Any value type will be converted to its string representation and printed.
- Streams: If a value is a data stream (like the content of a file), the node will efficiently print the entire stream's content.
- Color: The output text color can be customized using the
Coloroption.
This node is essential for debugging and displaying information during a graph execution.
Inputs#
| Port | Description |
|---|---|
| Executes the print operation. | |
| The text color for the output. | |
| The values to print. Each value is printed on a new line. |
Outputs#
| Port | Description |
|---|---|
| Triggers after all values have been printed. |
ID: core/print@v1