FixIt JavaScript API
    Preparing search index...

    Interface MaskOverlayHandler

    Mask overlay handler

    interface MaskOverlayHandler {
        isActive?: () => boolean;
        onClose?: () => void;
        onOpen?: () => void;
    }
    Index
    isActive?: () => boolean
    onClose?: () => void
    onOpen?: () => void