---
title: handled
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/openurlaction/result/handled
---

# handled

The handler opened the URL.

## Declaration

```swift
static let handled: OpenURLAction.Result
```

## Discussion

Discussion The action invokes its completion handler with true when your handler returns this value.

## See Also

### Getting the results

- [discarded](swiftui/openurlaction/result/discarded.md)
- [systemAction](swiftui/openurlaction/result/systemaction.md)
- [systemAction(_:)](swiftui/openurlaction/result/systemaction(_:).md)
