Instance Property インスタンスプロパティ

accessibilityElements

An array of the accessibility elements in the container.

Declaration 宣言

@MainActor var accessibilityElements: [Any]? { get set }

Discussion 解説

Containers can implement this property instead of the dynamic methods to support the retrieval of the contained elements. The default value of this property is nil.

See Also 参照

Providing Information About Accessibility Elements