@scadavis/web-component
    Preparing search index...

    Interface MouseWheelOptions

    Mouse wheel options

    interface MouseWheelOptions {
        blockEventPropagation?: boolean;
        directionBackOut?: boolean;
    }
    Index

    Properties

    blockEventPropagation?: boolean
    directionBackOut?: boolean