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

    Interface TrendOptions

    Options accepted by the Blessed trend adapter.

    interface TrendOptions {
        box?: TrendBoxOptions;
        data: TrendData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    data: TrendData

    Trend direction, value, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the Trend.