Enode — API Reference
    Preparing search index...

    A chart header's range: "max - min", the unit, and (selected only) a drop.

    type RangeSummary = {
        drop: string | null;
        range: string;
        unit: string;
    }
    Index

    Properties

    Properties

    drop: string | null
    range: string
    unit: string