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

    Interface ViewportLayout

    Deterministic visual layout for a Viewport snapshot.

    interface ViewportLayout {
        content: ViewportContentLayout;
        visible: { height: number; width: number; x: number; y: number };
    }
    Index

    Properties

    Properties

    Content dimensions and translated position.

    visible: { height: number; width: number; x: number; y: number }

    Visible dimensions and content-coordinate offset.