Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
types/websocket
WebSocketCloseOptions
Interface WebSocketCloseOptions
WebSocket close options.
interface
WebSocketCloseOptions
{
code
?:
number
;
id
:
string
;
reason
?:
string
;
}
Index
Properties
code?
id
reason?
Properties
Optional
code
code
?:
number
id
id
:
string
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
id
reason
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...
WebSocket close options.