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

    Interface RenderRatingOptions

    Options accepted by renderRating.

    interface RenderRatingOptions {
        empty?: string;
        filled?: string;
        max?: number;
        value: number;
        width?: number;
    }
    Index

    Properties

    empty?: string

    Empty score character.

    filled?: string

    Filled score character.

    max?: number

    Maximum score.

    value: number

    Numeric score.

    width?: number

    Maximum terminal-cell width.