Data
| Name | Type | Default value | Description |
|---|---|---|---|
presentation | string | table | The current presentation mode, either 'table' or 'list'. |
teamId | string|null | null | The ID of the currently selected team. |
teams | Array | - | An array of all teams. |
seasonTabIndex | number | 0 | The index of the currently selected season tab. |
tableFields | Array | - | The fields to display in the team members table. |
editMemberId | number|null | null | The ID of the member currently being edited, or null if no member is being edited. |
Computed
| Name | Type | Description |
|---|---|---|
currentTeam | Object|null | The currently selected team based on `teamId`. |
sortedMembersOfCurrentTeam | Array | An array of members of the current team, sorted by name. |
metaInfo | MetaInfo | - |