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