FixIt JavaScript API
    Preparing search index...

    Interface FixItPublicAPI

    interface FixItPublicAPI {
        code: CodeService;
        config: FixItConfig;
        content: ContentService;
        core: CoreService;
        enc: EncryptionService;
        eventBus: TypedEventBus;
        events: EventsService;
        isDark: boolean;
        isRTL: boolean;
        menu: MenuService;
        misc: MiscService;
        pwa: PWAService;
        search: SearchService;
        setThemeMode: (mode: string, persist?: boolean) => void;
        theme: ThemeService;
        themeMode: string;
        toc: TocService;
        version: string;
    }

    Implemented by

    Index
    config: FixItConfig
    eventBus: TypedEventBus
    isDark: boolean
    isRTL: boolean
    setThemeMode: (mode: string, persist?: boolean) => void
    themeMode: string
    version: string