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

    Interface UseIntervalOptions

    Represents options for configuring the repeated execution of a callback.

    interface UseIntervalOptions {
        immediate?: boolean;
    }
    Index

    Properties

    Properties

    immediate?: boolean

    Indicates whether to schedule the callback immediately upon creation.