Widgets.us.season.ncaawb.Playoffs

us.season.ncaawb.playoffs shows playoffs bracket i.e. tree diagram that represents the series of games played during a playoffs tournament.

Widget renders without any input props playoffs bracket for the NCAA tournament most recent postseason.


new Playoffs(props)

Parameters
Name Type Description
props object
Properties
Name Type Argument Default Description
seasonId number <optional>

Selected season id. Has priority over year.

year number <optional>

Selected year as friendly alternative to seasonId. It is the end year property of selected playoffs season.

showHeaderTitle boolean <optional>
true

If false hides header title.

showHeaderRounds boolean <optional>
true

If false hides header rounds.

showYearSelector boolean <optional>
true

If false hides year selector.

hideTeamLogos boolean <optional>

If true hides team crest.

teamAbbr boolean <optional>

If true displays team abbreviations instead of team names.

onItemClick function <optional>

Function/event handler. Emits uniqueTeamId on click or touch.

border boolean <optional>

If true enables a border around the widget.

Examples

HTML/Declarative

<div class="sr-widget" data-sr-widget="us.season.ncaawb.playoffs" data-sr-season-id="91673"></div>
<script type="application/javascript" src="https://widgets.media.sportradar.com/uscommon/widgetloader" data-sr-language="en_us" async></script>

JS/Programmatic

<script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/uscommon/widgetloader","USW", {
        language: 'en_us'
    });
    USW('addWidget', '#sr-widget', 'us.season.ncaawb.playoffs', {seasonId: 91673});
</script>
<div id="sr-widget"></div>