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

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.