ShellDataChunk
Defined in: namespaces.ts:598
A chunk of output data delivered via the onData streaming callback (fn-47).
Properties
Section titled “Properties”stream
Section titled “stream”stream:
"stdout"|"stderr"
Defined in: namespaces.ts:600
Which pipe this chunk came from.
data:
string
Defined in: namespaces.ts:602
UTF-8 decoded text content. May contain partial lines.
bytesTotal
Section titled “bytesTotal”bytesTotal:
number
Defined in: namespaces.ts:604
Running total of bytes received on this stream (pre-truncation).