Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.05 KB

clubstylecards.md

File metadata and controls

49 lines (26 loc) · 1.05 KB

js-curling-scoreboard / Exports / ClubStyleCards

Interface: ClubStyleCards

This data structure captures the positions of cards displayed on a club-style scoreboard.

Table of contents

Properties

Properties

blanks

blanks: Set<number>

Set of ends that were blank

Defined in

scoreboard.ts:198


team1Line

team1Line: (undefined | number)[]

Maps point values to end numbers for the top team.

Defined in

scoreboard.ts:188


team2Line

team2Line: (undefined | number)[]

Maps point values to end numbers for the bottom team

Defined in

scoreboard.ts:193