FixIt JavaScript API
    Preparing search index...

    Interface ContentService

    interface ContentService {
        initCollectionSort: () => void;
        initContent: (target?: Element | Document) => void;
        initLinkGuardDialog: (target?: Element | Document) => void;
        initSVGIcon: () => void;
        setup: () => void;
    }

    Implemented by

    Index
    initCollectionSort: () => void
    initContent: (target?: Element | Document) => void
    initLinkGuardDialog: (target?: Element | Document) => void
    initSVGIcon: () => void
    setup: () => void