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

    Interface UseInterval

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

    interface UseInterval {
        active: UseIntervalState;
        start: UseIntervalStart;
        stop: UseIntervalStop;
    }
    Index

    Properties

    Properties

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

    Starts the repeated execution of a callback.

    Stops the repeated execution of a callback.