view
Since v1.3.1 · Top-level declaration
Grammar
view <Name> {
# UI view declaration; references are integrity-checked
}
view declares a UI view.
What the runtime actually does — and does not (v2.67.0, honest scope)
- Enforced: referential integrity — the names a view references must resolve to declared entities.
- Deferred: no
routecheck, no session-typed-reactivity check, and it renders nothing (no renderer exists in the runtime).
The v2.67.0 classification is Partial. A view is today a checked declaration awaiting its runtime — declared scope, not a hidden gap.
See also
axon://primitives/component— the sibling declaration.axon://primitives/axonendpoint— the wire surface that IS real.