Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-shared / lib / EditorSystemMode.ts
blob4be34e1e0c5581e85a5efaa37b83addbd2ab1e08
1 /**
2  * Determines how the editor presents itself. This mode cannot be changed by the user.
3  */
4 export enum EditorSystemMode {
5   /** Full range of editing options displayed. May be further affected by EditorUserMode */
6   Edit = 'edit',
7   /** Used when displaying a revision. */
8   Revision = 'revision',
9   /** Used when displaying a public document. */
10   PublicView = 'public-view',