couch-kit
Preparing search index...
@couch-kit/host
JoinSessionResult
Type Alias JoinSessionResult<S>
type
JoinSessionResult
<
S
extends
IGameState
>
=
{
action
:
InternalAction
<
S
>
;
isReconnect
:
boolean
;
playerId
:
string
;
secret
:
string
;
socketId
:
string
;
}
Type Parameters
S
extends
IGameState
Index
Properties
action
is
Reconnect
player
Id
secret
socket
Id
Properties
action
action
:
InternalAction
<
S
>
is
Reconnect
isReconnect
:
boolean
player
Id
playerId
:
string
secret
secret
:
string
socket
Id
socketId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
is
Reconnect
player
Id
secret
socket
Id
couch-kit
Loading...