Skip to content

ShellDataChunk

Defined in: namespaces.ts:599

A chunk of output data delivered via the onData streaming callback (fn-47).

stream: "stdout" | "stderr"

Defined in: namespaces.ts:601

Which pipe this chunk came from.


data: string

Defined in: namespaces.ts:603

UTF-8 decoded text content. May contain partial lines.


bytesTotal: number

Defined in: namespaces.ts:605

Running total of bytes received on this stream (pre-truncation).