2 * Determines how the editor presents itself. This mode cannot be changed by the user.
4 export enum EditorSystemMode {
5 /** Full range of editing options displayed. May be further affected by EditorUserMode */
7 /** Used when displaying a revision. */
9 /** Used when displaying a public document. */
10 PublicView = 'public-view',