votes
Preparing search index...
Round
Interface Round<C>
interface
Round
<
C
extends
string
>
{
candidates
:
C
[]
;
finished
:
boolean
;
idx
:
number
;
roundResult
:
{
eliminated
:
C
[]
;
qualified
:
C
[]
;
scores
:
ScoreObject
<
C
>
;
tieBreakSteps
?:
TieBreakStep
<
C
>
[]
;
}
;
}
Type Parameters
C
extends
string
Index
Properties
candidates
finished
idx
round
Result
Properties
candidates
candidates
:
C
[]
finished
finished
:
boolean
idx
idx
:
number
round
Result
roundResult
:
{
eliminated
:
C
[]
;
qualified
:
C
[]
;
scores
:
ScoreObject
<
C
>
;
tieBreakSteps
?:
TieBreakStep
<
C
>
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
candidates
finished
idx
round
Result
votes
Loading...