HoleScore
Represents a score for a specific hole in a scorecard.
type HoleScore {
number: Int
par: Int
strokes: Int
toPar: Int
}
Fields
HoleScore.number
● Int
scalar
Hole number.
HoleScore.par
● Int
scalar
Par score for the hole.
HoleScore.strokes
● Int
scalar
Strokes taken on the hole.
HoleScore.toPar
● Int
scalar
Score relative to par for the hole.
Member of
Scorecard
object