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

    Interface ViewportRect

    Rectangle expressed in content coordinates.

    interface ViewportRect {
        height: number;
        width: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    Height measured in terminal rows.

    width: number

    Width measured in terminal cells.

    x: number

    Horizontal offset measured in terminal cells.

    y: number

    Vertical offset measured in terminal rows.