Data
| Name | Type | Default value | Description |
|---|---|---|---|
count | Number | 0 | The current count value, used to highlight the selected cell. |
teamMembers | Array | - | List of team members with their details. |
choreo | Object | - | The choreography object containing hits and counts. |
currentPositions | Array | - | The current positions of all members on the mat. |
selectedTeamMembers | Array | - | The currently selected team members for video export. |
Computed
| Name | Type | Description |
|---|---|---|
hitsForCurrentCount | Array | The hits for the current count, filtered from the choreo object. |
matWidth | Number | The width of the mat, calculated based on the window size. |