The namespace inside which SwiftUI should reevaluate default focus. The namespace should match the focus
block where focus requires reevaluation.
Instance Method
インスタンスメソッド
call
callAsFunction(in:)
Asks the focus sytem to reevaluate the default focus item.
Availability 有効性
- macOS 12.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
namespace
Scope(_:)
Discussion 議論
The focus system reevaluates default focus when the currently-focused item is within the provided namespace.