Trevixal API
    Preparing search index...

    Type Alias ViewToggle

    ViewToggle:
        | "focusMode"
        | "typewriterMode"
        | "fullscreen"
        | "pageMode"
        | "tableOfContents"
        | "documentOutline"
        | "historyPanel"
        | "workspacePanel"
        | "splitPreview"
        | "splitEditor"
        | "readOnly"
        | "trackChanges"
        | "writingAssistant"

    A piece of chrome the View menu switches on and off, named exactly as its menu entry is. Each one is a toggle, so each one has a state worth showing.