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

    Interface CenterLayout

    Positioned rectangle returned by calculateCenterLayout.

    interface CenterLayout {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    Allocated height in terminal rows.

    width: number

    Allocated width in terminal cells.

    x: number

    Horizontal position in terminal cells.

    y: number

    Vertical position in terminal rows.