trilium
    Preparing search index...
    interface ViewScope {
        attachmentId?: string;
        highlightsListPreviousVisible?: boolean;
        highlightsListTemporarilyHidden?: boolean;
        readOnlyTemporarilyDisabled?: boolean;
        tocPreviousVisible?: boolean;
        tocTemporarilyHidden?: boolean;
        viewMode?: string;
    }
    Index

    Properties

    attachmentId?: string
    highlightsListPreviousVisible?: boolean
    highlightsListTemporarilyHidden?: boolean
    readOnlyTemporarilyDisabled?: boolean
    tocPreviousVisible?: boolean
    tocTemporarilyHidden?: boolean
    viewMode?: string
    • "source", when viewing the source code of a note.
    • "attachments", when viewing the attachments of a note.
    • "contextual-help", if the current view represents a help window that was opened to the side of the main content.
    • "default", otherwise.