IUsePromisesQueueResult
@spartanfx/react / IUsePromisesQueueResult
Interface: IUsePromisesQueueResult
Return type of the usePromisesQueue hook.
Properties
| Property | Type | Description |
|---|---|---|
addToQueue | <T>(promise) => Promise<T> | Adds a new promise-producing function to the queue. |