LeagueSelectionPage

LeagueSelectionPage

new LeagueSelectionPage()

Source:
Properties:
Name Type Description
props object
Properties
Name Type Description
leagues Array

All leagues data

destinations object

Destination informations

isLoading boolean

Indicate is initial call is fetch

cnt string

CNT path

user string

User data

setSelectedLeague function

Change selected league

changePage function

Change page

Methods

render() → {view}

Source:

Render

Returns:
Type
view

selectLeague(league, type, index) → {void}

Source:

Change selected league

Parameters:
Name Type Description
league object
type string

Can be "Classic" or "Turbo"

index number
Returns:
Type
void