src/dazzle_ui/converters/surface_converter.py¶
Generated: 2026-03-30T04:38:48.826878+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_ui
Purpose¶
Surface converter - converts Dazzle IR SurfaceSpec to DNR UISpec ComponentSpec.
This module transforms Dazzle's surface definitions into DNR UI components, mapping surface modes to appropriate UI patterns.
Key Exports¶
convert_surface_to_componentconvert_surfaces_to_components
Dependencies¶
Imports¶
dazzle.core.irdazzle.core.strings.to_api_pluraldazzle_ui.specs.ActionSpecdazzle_ui.specs.ComponentSpecdazzle_ui.specs.ElementNodedazzle_ui.specs.FetchEffectdazzle_ui.specs.LiteralBindingdazzle_ui.specs.NavigateEffectdazzle_ui.specs.PropFieldSpecdazzle_ui.specs.PropsSchemadazzle_ui.specs.StateScopedazzle_ui.specs.StateSpecdazzle_ui.specs.TextNode
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
No related tests found.
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.