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

    Interface ViewportContentLayout

    Positioned content rectangle rendered inside a Viewport.

    interface ViewportContentLayout {
        height: number;
        left: number;
        top: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Total content height in rows.

    left: number

    Negative horizontal offset applied to content.

    top: number

    Negative vertical offset applied to content.

    width: number

    Total content width in cells.