@Cards-TS
Preparing search index...
@cards-ts/core
HandlerAction
Type Alias HandlerAction<HandlerData, ResponseMessage, Vargs>
HandlerAction
:
(
this
:
any
,
gameState
:
HandlerData
,
response
:
HandlerResponsesQueue
<
ResponseMessage
>
,
...
args
:
Vargs
,
)
=>
void
|
Promise
<
void
>
Type Parameters
HandlerData
ResponseMessage
extends
Message
Vargs
extends
any
[]
=
any
[]
Type declaration
(
this
:
any
,
gameState
:
HandlerData
,
response
:
HandlerResponsesQueue
<
ResponseMessage
>
,
...
args
:
Vargs
,
)
:
void
|
Promise
<
void
>
Parameters
this
:
any
gameState
:
HandlerData
response
:
HandlerResponsesQueue
<
ResponseMessage
>
...
args
:
Vargs
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@Cards-TS
Loading...