Trakteer.js
Docs
API
GitHub
Preparing search index...
<internal>
ClientEvents
Interface ClientEvents
interface
ClientEvents
{
donation
:
(
message
:
Donation
)
=>
void
;
connect
:
(
timestamp
:
Date
)
=>
void
;
disconnect
:
(
timestamp
:
Date
)
=>
void
;
ping_sent
:
(
timestamp
:
Date
)
=>
void
;
pong_received
:
(
timestamp
:
Date
)
=>
void
;
}
Index
Properties
donation
connect
disconnect
ping_
sent
pong_
received
Properties
donation
donation
:
(
message
:
Donation
)
=>
void
connect
connect
:
(
timestamp
:
Date
)
=>
void
disconnect
disconnect
:
(
timestamp
:
Date
)
=>
void
ping_
sent
ping_sent
:
(
timestamp
:
Date
)
=>
void
pong_
received
pong_received
:
(
timestamp
:
Date
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
donation
connect
disconnect
ping_
sent
pong_
received
Docs
API
GitHub
Trakteer.js
Loading...