@yesstudio/nuxt-composables
    Preparing search index...

    Interface UseTimeout

    Represents the reactive references and methods for managing the delayed execution of a callback.

    interface UseTimeout {
        active: UseTimeoutState;
        start: UseTimeoutStart;
        stop: UseTimeoutStop;
    }
    Index

    Properties

    Properties

    A readonly reference indicating whether a callback is currently scheduled for delayed execution.

    Starts the delayed execution of a callback.

    Stops the delayed execution of a callback.