accessibilityCustomContent
The Custom Content API is useful for delivering accessibility information from complex data sets to your users in measured portions. Using this API allows you to leverage assistive technologies to present only the accessible content your app’s users need, when they need it.
Declaration
@MainActor @preconcurrency var accessibilityCustomContent: [AccessibilityComponent.CustomContent] { get set }