gampang - v2.3.7
Preparing search index...
ClientEvents
Interface ClientEvents
interface
ClientEvents
{
collector
:
(
state
:
CollectorEventState
,
collector
:
MessageCollector
,
)
=>
void
|
Promise
<
void
>
;
logout
:
()
=>
void
|
Promise
<
void
>
;
message
:
(
context
:
Context
)
=>
void
|
Promise
<
void
>
;
poll
:
(
poll
:
PollCreateEventData
,
ctx
:
Context
)
=>
void
|
Promise
<
void
>
;
qr
:
(
code
:
string
)
=>
void
|
Promise
<
void
>
;
ready
:
()
=>
void
|
Promise
<
void
>
;
vote
:
(
vote
:
PollVoteEventData
,
ctx
:
Context
)
=>
void
|
Promise
<
void
>
;
}
Index
Properties
collector
logout
message
poll
qr
ready
vote
Properties
collector
collector
:
(
state
:
CollectorEventState
,
collector
:
MessageCollector
,
)
=>
void
|
Promise
<
void
>
logout
logout
:
()
=>
void
|
Promise
<
void
>
message
message
:
(
context
:
Context
)
=>
void
|
Promise
<
void
>
poll
poll
:
(
poll
:
PollCreateEventData
,
ctx
:
Context
)
=>
void
|
Promise
<
void
>
qr
qr
:
(
code
:
string
)
=>
void
|
Promise
<
void
>
ready
ready
:
()
=>
void
|
Promise
<
void
>
vote
vote
:
(
vote
:
PollVoteEventData
,
ctx
:
Context
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collector
logout
message
poll
qr
ready
vote
gampang - v2.3.7
Loading...