MAIDR JavaScript API
    Preparing search index...

    Function moveToXValueInValues

    • Navigate to a specific X value within the values array and invoke callback with new position.

      Parameters

      • values: ValuesArray

        2D array of values

      • xValue: XValue

        The target X value to navigate to

      • moveToIndex: (row: number, col: number) => void

        Callback function to execute when position is found

      Returns boolean

      True if navigation was successful, false otherwise