ProtocolBridge
© 2023 CopyrightGenerated by dokka
diff --git a/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-bridge/index.html b/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-bridge/index.html
index 892f5ae396..6cc9e10e90 100644
--- a/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-bridge/index.html
+++ b/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-bridge/index.html
@@ -62,24 +62,24 @@
Protocol
-
+
+
+
ProtocolBridge
- class ProtocolBridge<W : Any>(container: Widget.Children<W>, factory: ProtocolNode.Factory<W>, eventSink: EventSink) : ChangesSink
Bridges the serialized Redwood protocol back to widgets on the display side.
This type will consume Changes and apply their ChildrenChange operations to the widget tree. PropertyChanges and ModifierChanges are forwarded to their respective widgets. Events from widgets are forwarded to eventSink.
class ProtocolBridge<W : Any>(container: Widget.Children<W>, factory: ProtocolNodeFactory<W>, eventSink: EventSink) : ChangesSink
Bridges the serialized Redwood protocol back to widgets on the display side.
This type will consume Changes and apply their ChildrenChange operations to the widget tree. PropertyChanges and ModifierChanges are forwarded to their respective widgets. Events from widgets are forwarded to eventSink.
Constructors
-
+
diff --git a/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-node-factory/index.html b/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-node-factory/index.html
new file mode 100644
index 0000000000..e5701f75da
--- /dev/null
+++ b/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/-protocol-node-factory/index.html
@@ -0,0 +1,80 @@
+
+
+
+
+ ProtocolNodeFactory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -98,6 +98,21 @@
-
+
Link copied to clipboard
-
+
+
+
+
+
+
diff --git a/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/index.html b/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/index.html
index 8ac0d8ba32..a8aa355529 100644
--- a/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/index.html
+++ b/latest/docs/redwood-protocol-widget/app.cash.redwood.protocol.widget/index.html
@@ -78,7 +78,7 @@
+
+
+
+
+
+
+
+
+
+
+
+ Protocol
+
+
+ ProtocolNodeFactory
+
+
+
+
+Types
-
+
class ProtocolBridge<W : Any>(container: Widget.Children<W>, factory: ProtocolNode.Factory<W>, eventSink: EventSink) : ChangesSink
Bridges the serialized Redwood protocol back to widgets on the display side.
class ProtocolBridge<W : Any>(container: Widget.Children<W>, factory: ProtocolNodeFactory<W>, eventSink: EventSink) : ChangesSink
Bridges the serialized Redwood protocol back to widgets on the display side.
Types
+
+
+
+
+
+
+ Link copied to clipboard
+
+
+
+
+
+