@yesstudio/yes-utils
    Preparing search index...

    Interface DebounceOptions

    The options that can be passed to the debounce function.

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

    Properties

    Properties

    leading?: boolean

    Specify invoking on the leading edge of the timeout.

    trailing?: boolean

    Specify invoking on the trailing edge of the timeout.