Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > ITerminalTransformOptions

ITerminalTransformOptions interface

Constructor options for TerminalTransform.

Signature:

export interface ITerminalTransformOptions extends ITerminalWritableOptions 

Extends: ITerminalWritableOptions

Properties

Property

Modifiers

Type

Description

destination

TerminalWritable

The target TerminalWritable that the TerminalTransform will write its output to.

preventDestinationAutoclose?

boolean

(Optional) Prevents the TerminalTransform.destination object from being closed automatically when the transform is closed.