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

    Interface CenterChildSize

    Intrinsic child size accepted by calculateCenterLayout.

    interface CenterChildSize {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Child height in terminal rows.

    width: number

    Child width in terminal cells.