ChangeListRenderer

class ChangeListRenderer<W : Any>(protocol: HostProtocol)

Renders a SnapshotChangeList into a target view by creating all of the widgets and assigning their properties.

The rendered widgets are not interactive.

Constructors

Link copied to clipboard
constructor(protocol: HostProtocol)

Functions

Link copied to clipboard
fun render(view: TreehouseView<W>, changeList: SnapshotChangeList)