Skip to main content
Version: v7.0.0

UseQueueOptionsType


Import
import { UseQueueOptionsType } from "@hyper-fetch/react"

Preview

type UseQueueOptionsType = {
dispatcherType?: auto | fetch | submit;
keepFinishedRequests?: boolean;
}

Structure

UseQueueOptionsType
NameTypeDescription
dispatcherType
auto | fetch | submit
keepFinishedRequests
boolean
React
On this page