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

transformEnvironment(_:transform:)

Transforms the environment value of the specified key path with the given function. 指定されたキーパスの環境値をこの与えられた関数で変換します。

Declaration 宣言

func transformEnvironment<V>(_ keyPath: WritableKeyPath<EnvironmentValues, V>, transform: @escaping (inout V) -> Void) -> some View

See Also 参照

Environment Values 環境値