Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > ITerminalChunk > kind

ITerminalChunk.kind property

Indicates the kind of information stored in this chunk.

Signature:

kind: TerminalChunkKind;

Remarks

More kinds will be introduced in the future. Implementors of TerminalWritable.onWriteChunk() should ignore unrecognized TerminalChunkKind values. TerminalTransform implementors should pass along unrecognized chunks rather than discarding them.