FixIt JavaScript API
    Preparing search index...

    Interface TocService

    interface TocService {
        renderToc: () => void;
        setup: () => void;
        syncTocActiveState: () => void;
        syncTocHeight: () => void;
    }

    Implemented by

    Index
    renderToc: () => void
    setup: () => void
    syncTocActiveState: () => void
    syncTocHeight: () => void