Preparing search index...
The search index is not available
Pixel Pigeon Documentation
Pixel Pigeon Documentation
ConnectToSocketioServerOptions
Interface ConnectToSocketioServerOptions
interface
ConnectToSocketioServerOptions
{
auth
?:
{
[
key
:
string
]:
unknown
}
;
onConnect
?:
()
=>
void
;
onDisconnect
?:
(
reason
:
string
)
=>
void
;
url
:
string
;
}
Index
Properties
auth?
on
Connect?
on
Disconnect?
url
Properties
Optional
auth
auth
?:
{
[
key
:
string
]:
unknown
}
Optional
Readonly
on
Connect
onConnect
?:
()
=>
void
Optional
Readonly
on
Disconnect
onDisconnect
?:
(
reason
:
string
)
=>
void
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
on
Connect
on
Disconnect
url
Pixel Pigeon Documentation
Loading...