DictionaryInterface
Modal
A dialog that interrupts the main flow and requires interaction before returning to the underlying screen.
In practice
Use modals for focused, blocking decisions. Overusing them trains users to dismiss without reading. Prefer inline or non-modal patterns for non-critical tasks.