Home > @rushstack/terminal > IStdioSummarizerOptions
IStdioSummarizerOptions interface
This API is provided as a 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
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
leadingLines? | number | (BETA) (Optional) Specifies the maximum number of leading lines to include in the summary. | |
trailingLines? | number | (BETA) (Optional) Specifies the maximum number of trailing lines to include in the summary. |