Actions and Results

Status: implemented Core model.

An @event="expression" binding evaluates in current Sercrod scope when its event occurs. $event/$e provide the event and el/$el the declaring element. Event modifiers are part of the documented binding contract.

*response declares where a supported producing directive places its result in host data; it is not an action by itself. A directive without response placement must not be assumed to write data. Placing a value in data does not make it safe HTML or change the response contract between a template and endpoint.

Evidence

Status: implemented.

Evidence: docs/spec/runtime.md Sections 9 and 11, dist/sercrod.js, canonical manual dist/man.json, and communication-focused tests.