You are viewing Pre-Alpha documentation.
Vuetify0 Logo

useQueue API

API reference for the useQueue composable.

Options

timeout

number

Default timeout in milliseconds for tickets without explicit timeout

Default: 3000

Methods

register

(ticket?: Partial<Z>) => Z

Register a new ticket in the queue

unregister

(id?: ID) => Z | undefined

Unregister a ticket from the queue

pause

() => Z | undefined

Pause the timeout of the first ticket in the queue

resume

() => Z | undefined

Resume the timeout of the first paused ticket in the queue

clear

() => void

Clear the entire queue

dispose

() => void

Dispose of the queue and clean up resources


© 2016-2025 Vuetify, LLC
Ctrl+/