Can I filter series-team-scoreboard to show only one team?
Article 3759996, Status: VALIDATED
Table of Contents
❓ Issue/Question
- Can I filter
series-team-scoreboardto show only one team? - How do I render each team's scoreboard in a separate container?
- Does
series-team-scoreboardsupport ateamIdorteamIndexoption?
🖥️ Environment/Context
- Widgets
👌 Resolution/Answer
- Use the
visibileTeamIdoption to display a specific team. Team IDs map to index in the widget:0is the left/first team,1is the right/second team. - To render teams side-by-side in separate containers, instantiate one widget per container and pass the appropriate index via
visibileTeamId.
⚠️ The property name has a typo (visibileTeamId, not visibleTeamId).