let coordinator: Representable.Coordinator
The view’s associated coordinator.
ビューのもつ関連コーディネータ。
var transaction: Transaction
The current transaction.
現在のトランザクション。
Availability 有効性
Technology
struct WKInterfaceObjectRepresentableContext<Representable> where Representable : WKInterfaceObjectRepresentable
A WKInterface
structure contains details about the current state of the system. When creating and updating your interface objects, the system creates one of these structures and passes it to the appropriate method of your custom WKInterface
instance. Use the information in this structure to configure your object.
この構造体の中の情報を使って、あなたのオブジェクトを構成設定してください。
Don’t create this structure yourself.
let coordinator: Representable.Coordinator
var transaction: Transaction
var environment: EnvironmentValues
protocol WKInterfaceObjectRepresentable