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

    Interface StackedGaugeCharacters

    Character tokens used by renderStackedGauge.

    interface StackedGaugeCharacters {
        empty: string;
        segments: readonly string[];
        rightCap: string;
        leftCap: string;
    }
    Index

    Properties

    empty: string

    Character repeated for unfilled track cells.

    segments: readonly string[]

    Characters used for segments without explicit characters.

    rightCap: string

    Character rendered after the track.

    leftCap: string

    Character rendered before the track.