this.gui
Preparing search index...
CreateMonadDiscoveryOptions
Type Alias CreateMonadDiscoveryOptions
type
CreateMonadDiscoveryOptions
=
{
enableSSE
?:
boolean
;
endpoints
?:
string
[]
;
extendedPorts
?:
number
[]
;
fastIntervalMs
?:
number
;
fetchImpl
?:
MonadDiscoveryFetch
;
netgetEndpoints
?:
string
[]
;
requestTimeoutMs
?:
number
;
settlingWindowMs
?:
number
;
stableIntervalMs
?:
number
;
storage
?:
MonadDiscoveryStorage
|
null
;
storageKey
?:
string
;
}
Index
Properties
enable
SSE?
endpoints?
extended
Ports?
fast
Interval
Ms?
fetch
Impl?
netget
Endpoints?
request
Timeout
Ms?
settling
Window
Ms?
stable
Interval
Ms?
storage?
storage
Key?
Properties
Optional
enable
SSE
enableSSE
?:
boolean
Optional
endpoints
endpoints
?:
string
[]
Optional
extended
Ports
extendedPorts
?:
number
[]
Optional
fast
Interval
Ms
fastIntervalMs
?:
number
Optional
fetch
Impl
fetchImpl
?:
MonadDiscoveryFetch
Optional
netget
Endpoints
netgetEndpoints
?:
string
[]
Optional
request
Timeout
Ms
requestTimeoutMs
?:
number
Optional
settling
Window
Ms
settlingWindowMs
?:
number
Optional
stable
Interval
Ms
stableIntervalMs
?:
number
Optional
storage
storage
?:
MonadDiscoveryStorage
|
null
Optional
storage
Key
storageKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enable
SSE
endpoints
extended
Ports
fast
Interval
Ms
fetch
Impl
netget
Endpoints
request
Timeout
Ms
settling
Window
Ms
stable
Interval
Ms
storage
storage
Key
this.gui
Loading...