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

focusedValue(_:_:)

Modifies this view by injecting a value that you provide for use by other views whose state depends on the focused view hierarchy. このビューを修正します、フォーカスされたビュー階層にそれの状態が依存する他のビューで使うためにあなたが提供するある値を注入することによって。

Declaration 宣言

func focusedValue<Value>(_ keyPath: WritableKeyPath<FocusedValues, Value?>, _ value: Value) -> some View

Return Value 戻り値

A modified representation of this view. このビューの修正された表現。

Parameters パラメータ

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. このフォーカス値をエクスポートします。