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

    Interface AspectRatioSizeOptions

    Options accepted by calculateAspectRatioSize.

    interface AspectRatioSizeOptions {
        ratioHeight: number;
        ratioWidth: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ratioHeight: number

    Ratio height portion.

    ratioWidth: number

    Ratio width portion.

    width: number

    Available terminal-cell width.