Skip to content

Framework Primitives ViewModel Families Specialized ModalVM

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

ModalVM

Use ModalVM when a modal interaction should be represented as a VM-backed result that host services can present and await.

Best Fit

  • domain-specific modal workflows
  • interactions that do not fit fixed Confirm, Notify, or file-picking verbs
  • awaitable completion with a cancellation result

Related Pages

Clone this wiki locally