focusedSceneValue(_:)
Sets the focused value for the given object type at a scene-wide scope.
Declaration
nonisolated func focusedSceneValue<T>(_ object: T?) -> some View where T : AnyObject, T : Observable
Mentioned in
Discussion
To read this value, use the FocusedValue property wrapper.