r.screen(...)
Overview
Section titled “Overview”r.screen(definition) — registers a screen under the feature-local short
id (qualified to <feature>:screen:<id>). Boot-validation checks that
entity-bound screens reference a registered entity and that column/form
field refs name real fields. Closure-valued props (visibility conditions,
row-action payloads, custom renderers) stay opaque — see opaqueProps.
From packages/framework/src/engine/feature-ast/patterns.ts -> ScreenPattern