Home > @rushstack/terminal > IStdioSummarizerOptions
IStdioSummarizerOptions 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.
Constructor options for StdioSummarizer.
Signature:
export interface IStdioSummarizerOptions extends ITerminalWritableOptions
Extends: ITerminalWritableOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | (BETA) (Optional) Specifies the maximum number of leading lines to include in the summary. | ||
number | (BETA) (Optional) Specifies the maximum number of trailing lines to include in the summary. |