Results/LeagueTable

Methods

componentDidMount() → {void}

Source:

Get statistic for selected league

Returns:
Type
void

componentDidUpdate(prevProps) → {void}

Source:

Get statistic when league change

Parameters:
Name Type Description
prevProps object
Returns:
Type
void

render() → {view}

Source:

Render

Returns:
Type
view

renderTeams() → {view}

Source:

Render statistic for all teams view

Returns:
Type
view

Type Definitions

props

Source:
Properties:
Name Type Description
selectedLeague object
teams Array
leagueTableWeek number
getLeagueTable function
Type:
  • object