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

    Interface TrendDirectionLabels

    Text labels used when trend direction text is rendered.

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

    Properties

    Properties

    down: string

    Text used for a decreasing trend.

    flat: string

    Text used when the trend is unchanged.

    up: string

    Text used for an increasing trend.