Skip to content

src/dazzle_ui/specs/view.py

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

Commit: 615f1354a103

Language: python

Scope: dazzle_ui

Purpose

View specification types for UISpec.

Defines view trees for component rendering.

Key Exports

  • ElementNode
  • ConditionalNode
  • LoopNode
  • SlotNode
  • TextNode

Dependencies

Imports

  • typing.Literal
  • pydantic.BaseModel
  • pydantic.ConfigDict
  • pydantic.Field
  • dazzle_ui.specs.state.Binding

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_view_projection.py
  • tests/unit/test_viewport_auth.py
  • tests/unit/test_viewport.py
  • tests/unit/test_viewport_suggestions.py
  • tests/unit/test_compliance_review.py

Notes

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