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

    Interface StackItemSize

    Intrinsic terminal size of one Stack item.

    interface StackItemSize {
        height: number;
        width?: number;
    }
    Index

    Properties

    Properties

    height: number

    Item height in terminal rows.

    width?: number

    Optional item width in terminal cells.