votes
Preparing search index...
StepResult
Interface StepResult<C>
interface
StepResult
<
C
extends
string
>
{
after
:
C
[]
[]
;
before
:
C
[]
[]
;
rankerName
:
string
;
rounds
?:
Round
<
C
>
[]
;
scores
?:
ScoreObject
<
C
>
;
}
Type Parameters
C
extends
string
Index
Properties
after
before
ranker
Name
rounds?
scores?
Properties
after
after
:
C
[]
[]
before
before
:
C
[]
[]
ranker
Name
rankerName
:
string
Constructor name of the ranker that produced this step.
Optional
rounds
rounds
?:
Round
<
C
>
[]
Optional
scores
scores
?:
ScoreObject
<
C
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
after
before
ranker
Name
rounds
scores
votes
Loading...
Constructor name of the ranker that produced this step.