schema-components - v3.7.0
    Preparing search index...

    Function wrapTabIndex

    • Wrap an index into a valid tab index using floored modulo. Used by the discriminated-union keyboard handler to wrap arrow-key navigation at the extremes.

      Parameters

      • index: number
      • total: number

      Returns number