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

    Interface StatTrend

    Directional change displayed beside a Stat value.

    interface StatTrend {
        direction: StatTrendDirection;
        label?: string;
        value: string | number;
    }
    Index

    Properties

    Semantic direction used to select a trend character.

    label?: string

    Optional context rendered after the trend value.

    value: string | number

    Magnitude or text describing the change.

    Numeric values must be finite.