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

    Interface TrendCharacters

    Characters used to display trend direction.

    interface TrendCharacters {
        down: string;
        flat: string;
        up: string;
    }
    Index

    Properties

    Properties

    down: string

    Character used for a decreasing trend.

    flat: string

    Character used when the trend is unchanged.

    up: string

    Character used for an increasing trend.