handlersOf

fun handlersOf(document: <Error class: unknown class>): Map<String, Action>

The document's handlers region: event name → Action.

Unlike state and defs, handlers is not consumed by the resolver — it resolves like any other region and rides out in the document, because that is where a binding's name is looked up at dispatch time.