NeoRust GUI Documentation - v0.4.2
GitHub
API Docs
Preparing search index...
stores/networkStore
NetworkState
Interface NetworkState
interface
NetworkState
{
connect
:
(
endpoint
:
string
,
networkType
:
string
)
=>
Promise
<
void
>
;
connecting
:
boolean
;
disconnect
:
()
=>
Promise
<
void
>
;
error
:
null
|
string
;
getStatus
:
()
=>
Promise
<
void
>
;
setConnecting
:
(
connecting
:
boolean
)
=>
void
;
setError
:
(
error
:
null
|
string
)
=>
void
;
setStatus
:
(
status
:
NetworkStatus
)
=>
void
;
status
:
NetworkStatus
;
}
Index
Properties
connect
connecting
disconnect
error
get
Status
set
Connecting
set
Error
set
Status
status
Properties
connect
connect
:
(
endpoint
:
string
,
networkType
:
string
)
=>
Promise
<
void
>
connecting
connecting
:
boolean
disconnect
disconnect
:
()
=>
Promise
<
void
>
error
error
:
null
|
string
get
Status
getStatus
:
()
=>
Promise
<
void
>
set
Connecting
setConnecting
:
(
connecting
:
boolean
)
=>
void
set
Error
setError
:
(
error
:
null
|
string
)
=>
void
set
Status
setStatus
:
(
status
:
NetworkStatus
)
=>
void
status
status
:
NetworkStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connecting
disconnect
error
get
Status
set
Connecting
set
Error
set
Status
status
GitHub
API Docs
NeoRust GUI Documentation - v0.4.2
Loading...