Skip to main content
Version: 1.0.7

IUsePromisesQueueResult

@spartanfx/react v1.0.7


@spartanfx/react / IUsePromisesQueueResult

Interface: IUsePromisesQueueResult

Return type of the usePromisesQueue hook.

Properties

PropertyTypeDescription
addToQueue<T>(promise) => Promise<T>Adds a new promise-producing function to the queue.