DocAuthEditorMode:
type DocAuthEditorMode = | "edit" | "review" | "view";
The editor interaction mode.