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

    Function discriminatedUnionValueForTabLit

    • Pure helper: convert a tab index into the new value the discriminated union should emit. Mirrors React's discriminatedUnionValueForTab so the contract is unit-testable without instantiating the Custom Element.

      Parameters

      • optionLabels: readonly string[]
      • discKey: string
      • newIndex: number

      Returns Record<string, string> | undefined