Hierarchy

  • GroupCompetitor

Properties

elements?: {
    competitor?: Element;
    net?: Element;
    rank?: Element;
    total?: Element;
}

Type declaration

  • Optional competitor?: Element

    The TR for the competitor.

  • Optional net?: Element

    The TD showing the net score.

  • Optional rank?: Element

    The TD showing the rank.

  • Optional total?: Element

    The TD showing the total score.

net: number
rank: number | "DNQ"
results: Result[]
total: number

Generated using TypeDoc