Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > PrefixProxyTerminalProvider

PrefixProxyTerminalProvider class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Wraps an existing ITerminalProvider that prefixes each line of output with a specified prefix string.

Signature:

export declare class PrefixProxyTerminalProvider implements ITerminalProvider 

Implements: ITerminalProvider

Constructors

Constructor

Modifiers

Description

(constructor)(options)

(BETA) Constructs a new instance of the PrefixProxyTerminalProvider class

Properties

Property

Modifiers

Type

Description

eolCharacter

readonly

string

(BETA)

supportsColor

readonly

boolean

(BETA)

Methods

Method

Modifiers

Description

write(data, severity)

(BETA)