Hiyve Components - v1.0.0
    Preparing search index...

    Options for the useThrottle hook.

    interface UseThrottleOptions {
        leading?: boolean;
        trailing?: boolean;
    }
    Index

    Properties

    Properties

    leading?: boolean

    Whether to execute on the leading edge (default: true)

    trailing?: boolean

    Whether to execute on the trailing edge (default: true)