---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/focusinteractions/automatic
---

# automatic

The view supports whatever focus-driven interactions are commonly expected for interactive content on the current platform.

## Declaration

```swift
static var automatic: FocusInteractions { get }
```

## See Also

### Creating the interaction types

- [activate](swiftui/focusinteractions/activate.md)
- [edit](swiftui/focusinteractions/edit.md)
