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

    Interface ScrollAreaSizes

    Scroll-area dimensions updated as one transaction.

    interface ScrollAreaSizes {
        contentSize: number;
        viewportSize: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentSize: number

    Total number of cells or rows in the content.

    viewportSize: number

    Number of visible cells or rows.