watchObjectDiv
fun <T : Any> Element.watchObjectDiv(vararg classes: String, watchObject: T, builder: WatchObjectDiv<T>.(T) -> Unit): WatchObjectDiv<T>(source)
Creates a Div element with the provided classes, and runs builder to populate the Div any time watchObject changes.