How a value is turned into DOM on a reading surface.
"rendered"
widget
"raw"
There is deliberately no mode that delegates reading to field-renderer: capture is that package's role, reading belongs to the core.
field-renderer
How a value is turned into DOM on a reading surface.
"rendered"— the widget renderer for the declaredwidgetproduces the DOM."raw"— the value is emitted as text, with no widget-specific formatting.There is deliberately no mode that delegates reading to
field-renderer: capture is that package's role, reading belongs to the core.