Skip to content

Framework Primitives ViewModel Families Component Family

github-actions[bot] edited this page Jul 2, 2026 · 2 revisions

Component Family

Use ComponentVM for an addressable leaf VM that is not itself a container.

Component Family Map

Support links: HTML, SVG, PNG

Variants

  • plain component for leaf state
  • modeled component for mutable payload ownership
  • readonly modeled component for immutable payload projection

Key Traits

  • owns no children
  • participates fully in lifecycle and property change messaging
  • exposes uniform selection commands even when the leaf implementation is inert

Related Pages

Clone this wiki locally