FixIt JavaScript API
    Preparing search index...

    Interface FixItEventMap

    Event map: every FixIt event and its payload shape.

    interface FixItEventMap {
        "fixit:code-tab-sync": { lang: string; source: HTMLElement };
        "fixit:content-decrypted": { isPage: boolean; target: HTMLElement };
        "fixit:re-encrypt": void;
        "fixit:resize": void;
        "fixit:scroll": void;
        "fixit:sw-update": void;
        "fixit:switch-theme": { isChanged: boolean; isDark: boolean; mode: string };
        "fixit:toc-decrypted": { html: string };
    }
    Index
    "fixit:code-tab-sync": { lang: string; source: HTMLElement }
    "fixit:content-decrypted": { isPage: boolean; target: HTMLElement }
    "fixit:re-encrypt": void
    "fixit:resize": void
    "fixit:scroll": void
    "fixit:sw-update": void
    "fixit:switch-theme": { isChanged: boolean; isDark: boolean; mode: string }
    "fixit:toc-decrypted": { html: string }