Contents

projectedValue

A projection of the state value that can be used to establish bindings between view content and accessibility focus placement.

Declaration

var projectedValue: AccessibilityFocusState<Value>.Binding { get }

Discussion

Use projectedValue in conjunction with accessibilityFocused(_:equals:) to establish bindings between view content and accessibility focus placement.

See Also

Getting the state