src/dazzle_ui/converters/workspace_converter.py¶
Generated: 2026-03-30T04:38:48.895373+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_ui
Purpose¶
Workspace converter - converts Dazzle IR WorkspaceSpec to DNR UISpec WorkspaceSpec.
This module transforms Dazzle's workspace definitions into DNR's UI specification format, leveraging the existing layout engine where possible.
Key Exports¶
convert_workspaceconvert_workspacescompute_persona_default_routesroute_priority
Dependencies¶
Imports¶
dazzle.core.irdazzle.core.strings.to_api_pluraldazzle_ui.specs.AppShellLayoutdazzle_ui.specs.LayoutSpecdazzle_ui.specs.RouteSpecdazzle_ui.specs.SingleColumnLayoutdazzle_ui.specs.WorkspaceAccessLeveldazzle_ui.specs.WorkspaceAccessSpecdazzle_ui.specs.WorkspaceSpec
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.