func accessibilityRepresentation <V>(representation: () -> V) -> some View
Replaces one or more accessibility elements for this view with new accessibility elements.
Availability 有効性
Technology
func accessibilityRespondsToUserInteraction(_ respondsToUserInteraction: Bool
= true) -> ModifiedContent
<Self, AccessibilityAttachmentModifier
>
If this is not set, the value is inferred from the traits of the Accessibility element, the presence of Accessibility actions on the element, or the presence of gestures on the element or containing views.
func accessibilityRepresentation <V>(representation: () -> V) -> some View