Return Value 戻り値
A modified representation of this view. このビューの修正された表現。
Availability 有効性
Technology
func focusedValue<Value>(_ keyPath: WritableKeyPath
<FocusedValues
, Value?>, _ value: Value) -> some View
A modified representation of this view. このビューの修正された表現。
keyPath
The key path to associate value
with when adding it to the existing table of exported focus values.
このキーパスとvalue
を結びつけます、それをいくつかのエキスポートされたフォーカス値からなる既存のテーブルに加える時に。
value
The focus value to export. このフォーカス値をエクスポートします。