Contents

accessibilityElement(children:)

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

Declaration

nonisolated 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:

See Also

Creating accessible elements