Rush StackShopBlogEvents
Skip to main content

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

PropertyModifiersTypeDescription
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.