Skip to content

src/dazzle_ui/specs/ui_spec.py

Generated: 2026-03-30T04:38:49.393575+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_ui

Purpose

UISpec - Main UI specification aggregate.

This is the root type that contains all UI specifications.

Key Exports

  • UISpec
  • get_workspace
  • get_component
  • get_theme
  • get_primitives
  • get_patterns
  • get_custom_components
  • validate_references
  • stats

Dependencies

Imports

  • typing.Any
  • pydantic.BaseModel
  • pydantic.ConfigDict
  • pydantic.Field
  • dazzle_ui.specs.component.ComponentSpec
  • dazzle_ui.specs.shell.ShellSpec
  • dazzle_ui.specs.theme.ThemeSpec
  • dazzle_ui.specs.workspace.WorkspaceSpec

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_specs.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.