LWT JavaScript API
    Preparing search index...
    • Alpine.js component for the theme selector with live preview. Reads initial theme from the data-current-theme attribute on its root element.

      Returns {
          currentTheme: string;
          description: string;
          highlighting: string;
          mode: string;
          wordBreaking: string;
          init(): void;
          onThemeChange(): void;
          previewTheme(): void;
          updateInfo(): void;
      }