Preparing search index...
The search index is not available
web08-booquiz - v1.0.0
web08-booquiz
backend/src/play/entities/client-info.entity
ClientInfo
Interface ClientInfo
퀴즈 클라이언트의 정보를 나타냅니다.
interface
ClientInfo
{
quizZoneId
:
string
;
socket
:
WebSocketWithSession
;
}
Index
Properties
quiz
Zone
Id
socket
Properties
quiz
Zone
Id
quiz
Zone
Id
:
string
클라이언트가 참여한 퀴즈존 ID
socket
socket
:
WebSocketWithSession
클라이언트의 WebSocket 연결
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
quiz
Zone
Id
socket
web08-booquiz - v1.0.0
Loading...
퀴즈 클라이언트의 정보를 나타냅니다.