Text Output
A versatile module designed to output text data.
Inputs
Inputs divide into public and private. Public input is for user's interaction with block. Private input is for communication between block and block. You can't use these inputs directly
name | type | accessibility |
---|---|---|
input | text | Private |
Fields
name | description | details |
---|---|---|
Inputs | The inputs to the block. | N/A |
Name | The name of the block. Can only contain letters, numbers, and underscores. Cannot include spaces. | N/A |
Stop after (ms) | Wait this many milliseconds after receiving the last chunk before stopping the stream. | Default: 500 |