static var defaultValue : Self.Value
The default value of the preference.
この環境設定の省略時の値。
associatedtype Value
The type of value produced by this preference.
この環境設定によって生み出された値の型。
Availability 有効性
Technology
protocol PreferenceKey
A view with multiple children automatically combines its values for a given preference into a single value visible to its ancestors. 複数の子をもつビューは、ある与えられた環境設定に対するそれの値を、それの先祖に可視の単一の値へと自動的に結合します。
static var defaultValue : Self.Value
associatedtype Value
static func reduce(value: inout Self.Value, nextValue : () -> Self.Value)