---
title: default
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/runloop/mode/default
---

# default

The mode set to handle input sources other than connection objects.

## Declaration

```swift
static let `default`: RunLoop.Mode
```

## Discussion

Discussion This is the most commonly used run-loop mode.

## See Also

### System Run Loop Modes

- [common](foundation/runloop/mode/common.md)
- [eventTracking](foundation/runloop/mode/eventtracking.md)
- [modalPanel](foundation/runloop/mode/modalpanel.md)
- [tracking](foundation/runloop/mode/tracking.md)
