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

    Interface ViewportOffsetInput

    Partial offset accepted by viewport scrolling operations.

    interface ViewportOffsetInput {
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    x?: number

    Horizontal offset measured in terminal cells.

    y?: number

    Vertical offset measured in terminal rows.