uptime-robot-v3
    Preparing search index...

    Interface PSPCustomSettingsInternal

    interface PSPCustomSettings {
        colors?: { link?: string; main?: string; text?: string };
        features?: {
            enableDetailsPage?: boolean;
            enableFloatingStatus?: boolean;
            hidePausedMonitors?: boolean;
            showBars?: boolean;
            showMonitorURL?: boolean;
            showOutageDetails?: boolean;
            showOutageUpdates?: boolean;
            showOverallUptime?: boolean;
            showUptimePercentage?: boolean;
        };
        font?: { family?: string };
        page?: {
            density?: "normal" | "compact";
            layout?: string;
            theme?: "light" | "dark";
        };
    }
    Index

    Properties

    colors?: { link?: string; main?: string; text?: string }
    features?: {
        enableDetailsPage?: boolean;
        enableFloatingStatus?: boolean;
        hidePausedMonitors?: boolean;
        showBars?: boolean;
        showMonitorURL?: boolean;
        showOutageDetails?: boolean;
        showOutageUpdates?: boolean;
        showOverallUptime?: boolean;
        showUptimePercentage?: boolean;
    }
    font?: { family?: string }
    page?: {
        density?: "normal" | "compact";
        layout?: string;
        theme?: "light" | "dark";
    }