FixIt JavaScript API
    Preparing search index...

    Interface MenuService

    interface MenuService {
        initDesktop: () => void;
        initMobile: () => void;
        setup: () => void;
    }

    Implemented by

    Index
    initDesktop: () => void
    initMobile: () => void
    setup: () => void