Members
cdownInterval :number|null
Type:
- number | null
state :object
Properties:
| Name | Type | Description |
|---|---|---|
noBettingTimeCountdown |
boolean | Timer for no betting time |
Type:
- object
style :object
Configs for loader transformations
Type:
- object
Methods
componentDidMount() → {void}
Start countdown on component mount
Returns:
- Type
- void
componentWillUnmount() → {void}
Clear interval
Returns:
- Type
- void
render() → {view}
Render
Returns:
- Type
- view
startCountDown() → {void}
Calculate count down and compute loader translations Also check if !fatchingRoundInProgress in situation when user are come to page when is NO-BETTING modal showed and to call only one from this modal.
Returns:
- Type
- void
Type Definitions
ModalData
Properties:
| Name | Type | Description |
|---|---|---|
leftTime |
Time | |
noBettingTimeCountdown |
number | |
fatchingRoundInProgress |
boolean | |
round |
number | |
isTurbo |
boolean |
Type:
- object
props
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
modalData |
ModalData | |
currentPage |
string | |
placedSelectionsTurbo |
function | |
getRound |
function | |
getTurboRound |
function | |
closeModal |
function |
Type:
- object