blessed-components - v1.20.0
    Preparing search index...

    Interface PreformattedMetrics

    Measurements for a sanitized preformatted block.

    interface PreformattedMetrics {
        lineCount: number;
        maxLineWidth: number;
    }
    Index

    Properties

    lineCount: number

    Total source lines after sanitizing content.

    maxLineWidth: number

    Widest source line measured in terminal cells.