Skip to content

ShellDataChunk

Defined in: namespaces.ts:598

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

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: number

Defined in: namespaces.ts:604

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