Preview only. This is on the preview channel and is not in the stable release. It can change or be dropped before it lands there.
follow to make it a console: new lines pin it to the bottom, and once the buffer is full the oldest line rolls off the top.
Properties
string
A label above the block. Optional; without one the block is just the panel.
string
Hint text under the block. Optional.
string
default:"\"\""
The initial body.
code also works.number
default:"120"
How tall the panel stands, in pixels. Floors at 48.
boolean
default:"false"
Jump to the newest line on
Append, the way a console does.number
default:"200"
How many lines to keep. Past this the oldest roll off the top.
Handle
Replace the whole body.
Add a line to the end. Multi-line strings are split, so the line cap still counts properly.
Empty it.
string
The lines currently held, oldest first, joined by newlines.
boolean
Put the body on the clipboard. Returns
false where the executor provides no setclipboard.Change how tall the panel stands.