FixIt JavaScript API
    Preparing search index...

    Interface ThemeService

    interface ThemeService {
        initSwitchTheme: () => void;
        initThemeColor: () => void;
        setThemeMode: (mode: string, persist?: boolean) => void;
        setup: () => void;
    }

    Implemented by

    Index
    initSwitchTheme: () => void
    initThemeColor: () => void
    setThemeMode: (mode: string, persist?: boolean) => void
    setup: () => void