Contents

isEditable

A Boolean that indicates whether you can edit the document.

Declaration

@MainActor @preconcurrency var isEditable: Bool

Discussion

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

See Also

Getting document properties