Home > @rushstack/terminal > ITerminalWritableOptions
ITerminalWritableOptions interface
Constructor options for TerminalWritable
Signature:
export interface ITerminalWritableOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| preventAutoclose? | boolean | (Optional) When this object is the TerminalTransform.destination for a transform, the transform will automatically close this object. Set preventAutoclose to true to prevent that behavior. |