MAIDR JavaScript API
    Preparing search index...

    Interface ExtremeJump

    Where a bracket-key jump landed among the points sharing that extreme value. total is 1 when the value is held by a single point.

    interface ExtremeJump {
        position: number;
        total: number;
    }
    Index

    Properties

    Properties

    position: number

    1-based position among the tied points.

    total: number

    How many points share the value.