Home > @rushstack/terminal > IStaticPrefixProxyTerminalProviderOptions
IStaticPrefixProxyTerminalProviderOptions interface
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.
Options for PrefixProxyTerminalProvider, with a static prefix.
Signature:
export interface IStaticPrefixProxyTerminalProviderOptions extends IPrefixProxyTerminalProviderOptionsBase
Extends: IPrefixProxyTerminalProviderOptionsBase
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (BETA) The prefix that should be added to each line of output. |