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

    Interface SpacerLayout

    Empty rectangle returned by calculateSpacerLayout.

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

    Properties

    Properties

    height: number

    Allocated height in terminal rows.

    width: number

    Allocated width in terminal cells.