Skip to content

Framework Primitives ViewModel Families Hierarchical Family

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

Hierarchical Family

Use HierarchicalVM when the recursive VM tree is itself the right model.

Hierarchical Family Map

Support links: HTML, SVG, PNG

Best Fit

  • explorer-style trees
  • recursive outline structures
  • expand/collapse navigation over child subtrees

Important Note

The current Notes Workspace portfolio represents notebook structure through flat ComponentVM-based adapters that preserve tree messaging rather than direct HierarchicalVM subclasses.

Related Pages

Clone this wiki locally