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

    Interface ViewportOffset

    Two-dimensional scroll offset.

    interface ViewportOffset {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: number

    Horizontal offset measured in terminal cells.

    y: number

    Vertical offset measured in terminal rows.