Rezi
Preparing search index...
core/src
UseEventSourceOptions
Type Alias UseEventSourceOptions<T>
UseEventSourceOptions
:
Readonly
<
{
enabled
?:
boolean
;
eventType
?:
string
;
factory
?:
EventSourceFactory
;
parse
?:
(
message
:
UseEventSourceMessage
)
=>
T
;
reconnectMs
?:
number
;
withCredentials
?:
boolean
;
}
,
>
Options for
useEventSource
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Options for
useEventSource.