---
title: isEditable
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/filedocumentconfiguration/iseditable
---

# isEditable

A Boolean that indicates whether you can edit the document.

## Declaration

```swift
var isEditable: Bool
```

## Discussion

Discussion This value is false if the document is in viewing mode, or if the file is not writable.

## See Also

### Getting document properties

- [fileURL](swiftui/filedocumentconfiguration/fileurl.md)
