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

    Interface RenderAspectRatioOptions

    Options accepted by renderAspectRatio.

    interface RenderAspectRatioOptions {
        ratioHeight: number;
        ratioWidth: number;
        width: number;
        height?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ratioHeight: number

    Ratio height portion.

    ratioWidth: number

    Ratio width portion.

    width: number

    Available terminal-cell width.

    height?: number

    Maximum rendered height.