FixIt JavaScript API
    Preparing search index...

    Class CoreModule

    Core module — shared state initialization and mask overlay management.

    Responsibilities:

    • Load and expose page/site configuration from window.config.
    • Track theme mode (light/dark) and provide isDark / themeMode accessors.
    • Manage mask overlay visibility for search and menu drawers.

    Implements

    Index
    config: FixItConfig
    isDark: boolean
    isRTL: boolean
    themeMode: string
    version: string
    • Close a named mask overlay and optionally skip mask state sync.

      Parameters

      • name: string
      • skipSync: boolean = false

      Returns void