func accessibilityRotor <EntryModel , ID>(AccessibilitySystemRotor , entries: [EntryModel ], entryID : KeyPath <EntryModel , ID>, entryLabel : KeyPath <EntryModel , String>) -> some View
Create an Accessibility Rotor replacing the specified system-provided Rotor.
func accessibilityRotor <EntryModel >(AccessibilitySystemRotor , entries: [EntryModel ], entryLabel : KeyPath <EntryModel , String>) -> some View
Create an Accessibility Rotor replacing the specified system-provided Rotor.
func accessibilityRotor (AccessibilitySystemRotor , textRanges : [Range<String.Index>]) -> some View
Create an Accessibility Rotor replacing the specified system-provided Rotor. The Rotor will be attached to the current Accessibility element, and each entry will go the specified range of that element.
struct AccessibilitySystemRotor
Designates a Rotor that replaces one of the automatic, system-provided Rotors with a developer-provided Rotor.