FixIt JavaScript API
    Preparing search index...

    Interface EventsService

    interface EventsService {
        initPrint: () => void;
        onClickMask: () => void;
        onResize: () => void;
        onScroll: () => void;
        setup: () => void;
    }

    Implemented by

    Index
    initPrint: () => void
    onClickMask: () => void
    onResize: () => void
    onScroll: () => void
    setup: () => void