Emit
data class Emit(val name: String, val params: Map<String, <Error class: unknown class>>? = null) : Action
A named signal. In a view binding it is the reference — its name is looked up in handlers, and its params are merged into the payload the handler reads through $event. Inside a handler it is an emission: the event lands in ApplyResult.events in the order it was reached.