Instance Property
インスタンスプロパティ
id
The stable identity of the entity associated with this instance, corresponding to the
id
of the binding’s wrapped value.Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
var id: Value.ID { get }
Available when
Value
conforms to Identifiable
.