GeoLeaf Core API - v3.0.0
    Preparing search index...
    AttributeDisplayMode: "rendered" | "raw"

    How a value is turned into DOM on a reading surface.

    • "rendered" — the widget renderer for the declared widget produces 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.