Protocol

FocusedValueKey

A protocol for identifier types used when publishing and observing focused values. フォーカスされた値を出版および監視するときに使われる識別子型に対するプロトコル。

Declaration 宣言

protocol FocusedValueKey

Overview 概要

Unlike EnvironmentKey, FocusedValueKey has no default value requirement, because the default value for a key is always nil.

Topics 話題

Specifying the Value Type

See Also 参照

Focus