Instance Method インスタンスメソッド

accessibilityElement(children:)

Creates a new accessibility element, or modifies the AccessibilityChildBehavior of the existing accessibility element.

Declaration 宣言

func accessibilityElement(children: AccessibilityChildBehavior = .ignore) -> some View

Parameters パラメータ

children

The behavior to use when creating or transforming an accessibility element. The default is ignore

Discussion 議論

See also: