Skip to main content
Version: v8.0.0

UseStreamOptionsType


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

Preview

type UseStreamOptionsType = {
autoStart?: boolean;
}

Structure

UseStreamOptionsType
NameTypeDescription
autoStart
boolean

When true, the stream starts automatically on mount. Defaults to false.