ChangeListRenderer

class ChangeListRenderer<W : Any>(json: Json)

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(json: Json)

Functions

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