handlers

val handlers: Map<String, <Error class: unknown class>>? = null

Parameters

handlers

the handlers region: event name → action, kept as raw JSON. A node's event prop names an entry here, and the action interpreter (dom-mutation) decodes it at dispatch time — the renderer never interprets one, so the typed action model stays out of the serialization layer. Absent on a document that owns no behaviour.