Member Junction
    Preparing search index...

    User preferences for workspace behavior

    interface WorkspacePreferences {
        autoSaveInterval: number;
        showTabIcons: boolean;
        tabPosition: "top" | "bottom";
    }
    Index

    Properties

    autoSaveInterval: number
    showTabIcons: boolean
    tabPosition: "top" | "bottom"