Pilates
    Preparing search index...

    Interface UseMouseOptions

    interface UseMouseOptions {
        isActive?: boolean;
    }
    Index

    Properties

    Properties

    isActive?: boolean

    When false, the handler does not receive mouse events. Defaults to true.