Members
countWonBets
- Source:
count won bets
endLiveAndNavigate
- Source:
finish live, close modal and navigate from page
renderHeader
- Source:
render header
renderRedirectButton
- Source:
RenderRedirectButton
state :object
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
autoredirect |
boolean | Represent timer in modal |
Type:
- object
Methods
componentDidMount() → {void}
- Source:
Start auto redirection timer
Returns:
- Type
- void
componentWillUnmount() → {void}
- Source:
Go to BETS page and clear interval
Returns:
- Type
- void
render() → {view}
- Source:
Render
Returns:
- Type
- view
Type Definitions
ModalData
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
round |
number | |
liveRound |
number | |
gameType |
string |
Type:
- object
props
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
modalData |
ModalData | |
currentPage |
string | |
changePage |
function | |
closeModal |
function |
Type:
- object