<div class='sourceset sourceset-common'>Common</div>

```kotlin
PreventUserInput,
```

A high-priority mutation that can only be interrupted by other [PreventUserInput](/jetpack-compose/androidx.compose.foundation/foundation/classes/MutatePriority.PreventUserInput) priority
operations. [PreventUserInput](/jetpack-compose/androidx.compose.foundation/foundation/classes/MutatePriority.PreventUserInput) priority should be used for operations that user input should
not be able to interrupt.