Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
SSEDirectorBridgeOptions
Interface SSEDirectorBridgeOptions
interface
SSEDirectorBridgeOptions
{
baseUrl
:
string
;
characterId
:
string
;
fps
?:
number
;
dropP2
?:
boolean
;
eventSourceFactory
?:
(
url
:
string
)
=>
EventSource
;
initialLastEventId
?:
number
;
baseBackoffMs
?:
number
;
maxBackoffMs
?:
number
;
setTimeoutFn
?:
(
fn
:
()
=>
void
,
ms
:
number
)
=>
unknown
;
clearTimeoutFn
?:
(
handle
:
unknown
)
=>
void
;
randomFn
?:
()
=>
number
;
nowFn
?:
()
=>
number
;
statusEventTarget
?:
EventTarget
|
null
;
}
Index
Properties
base
Url
character
Id
fps?
drop
P2?
event
Source
Factory?
initial
Last
Event
Id?
base
Backoff
Ms?
max
Backoff
Ms?
set
Timeout
Fn?
clear
Timeout
Fn?
random
Fn?
now
Fn?
status
Event
Target?
Properties
base
Url
baseUrl
:
string
character
Id
characterId
:
string
Optional
fps
fps
?:
number
Optional
drop
P2
dropP2
?:
boolean
Optional
event
Source
Factory
eventSourceFactory
?:
(
url
:
string
)
=>
EventSource
Optional
initial
Last
Event
Id
initialLastEventId
?:
number
Optional
base
Backoff
Ms
baseBackoffMs
?:
number
Optional
max
Backoff
Ms
maxBackoffMs
?:
number
Optional
set
Timeout
Fn
setTimeoutFn
?:
(
fn
:
()
=>
void
,
ms
:
number
)
=>
unknown
Optional
clear
Timeout
Fn
clearTimeoutFn
?:
(
handle
:
unknown
)
=>
void
Optional
random
Fn
randomFn
?:
()
=>
number
Optional
now
Fn
nowFn
?:
()
=>
number
Optional
status
Event
Target
statusEventTarget
?:
EventTarget
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
character
Id
fps
drop
P2
event
Source
Factory
initial
Last
Event
Id
base
Backoff
Ms
max
Backoff
Ms
set
Timeout
Fn
clear
Timeout
Fn
random
Fn
now
Fn
status
Event
Target
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...