React Hookers - v6.3.0
    Preparing search index...

    Interface PreventScrollProps

    Props of the usePreventScroll hook.

    interface PreventScrollProps {
        isDisabled?: boolean;
    }
    Index

    Properties

    Properties

    isDisabled?: boolean

    If true then scroll isn't prevented.

    false