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

    Interface UseTimeoutOptions

    Represents options for configuring the delayed execution of a callback.

    interface UseTimeoutOptions {
        immediate?: boolean;
    }
    Index

    Properties

    Properties

    immediate?: boolean

    Indicates whether to schedule the callback immediately upon creation.