isEditable
A Boolean that indicates whether you can edit the document.
Declaration
@MainActor @preconcurrency var isEditable: BoolDiscussion
The value is false if the document is in viewing mode, or if the file is not writable.
A Boolean that indicates whether you can edit the document.
@MainActor @preconcurrency var isEditable: BoolThe value is false if the document is in viewing mode, or if the file is not writable.