Home > @rushstack/terminal > IDynamicPrefixProxyTerminalProviderOptions
IDynamicPrefixProxyTerminalProviderOptions 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.
Signature:
export interface IDynamicPrefixProxyTerminalProviderOptions extends IPrefixProxyTerminalProviderOptionsBase
Extends: IPrefixProxyTerminalProviderOptionsBase
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
() => string | (BETA) A function that returns the prefix that should be added to each line of output. This is useful for prefixing each line with a timestamp. |