write

fun write(block: () -> Unit)

Runs block as the wrapper's own write to its widget, so the events it raises are recognizable as such rather than as something the user did.

Parameters

block

the write to make. A failure raised by a listener it provokes is contained rather than ending the composition, and a write nested inside another counts as part of it.