SongGuess
Preparing search index...
types/PersistedStateTypes
PersistedPlayerPicksGame
Interface PersistedPlayerPicksGame
interface
PersistedPlayerPicksGame
{
currentQuestionIndex
:
number
;
gamePhase
:
GamePhase
;
isRunning
:
boolean
;
nextQuestions
:
PersistedPlayerPicksQuestion
[]
;
questions
:
PersistedPlayerPicksQuestion
[]
;
questionStartTime
:
number
;
questionTick
:
number
;
roundCurrent
:
number
;
type
:
"player_picks"
;
}
Hierarchy (
View Summary
)
PersistedAbstractGame
PersistedPlayerPicksGame
Index
Properties
current
Question
Index
game
Phase
is
Running
next
Questions
questions
question
Start
Time
question
Tick
round
Current
type
Properties
current
Question
Index
currentQuestionIndex
:
number
game
Phase
gamePhase
:
GamePhase
is
Running
isRunning
:
boolean
next
Questions
nextQuestions
:
PersistedPlayerPicksQuestion
[]
questions
questions
:
PersistedPlayerPicksQuestion
[]
question
Start
Time
questionStartTime
:
number
question
Tick
questionTick
:
number
round
Current
roundCurrent
:
number
type
type
:
"player_picks"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Question
Index
game
Phase
is
Running
next
Questions
questions
question
Start
Time
question
Tick
round
Current
type
SongGuess
Loading...