associatedtype Value
The type of the value returned by the key.
Availability 有効性
Technology
protocol PreviewContextKey
The default value is nil
.
省略時の値は、nil
です。
associatedtype Value
static var defaultValue : Self.Value
func previewContext <C>(C) -> some View
protocol PreviewContext