Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > TerminalChunkKind

TerminalChunkKind enum

Specifies the kind of data represented by a ITerminalChunk object.

Signature:

export declare enum TerminalChunkKind 

Enumeration Members

Member

Value

Description

Stderr

"E"

Indicates a ITerminalChunk object representing stderr console output.

Stdout

"O"

Indicates a ITerminalChunk object representing stdout console output.