readOnly property

bool? readOnly
getter/setter pair

Whether the content of the file is read-only.

If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.

Implementation

core.bool? readOnly;