Modals/NoBettingTime

Members

cdownInterval :number|null

Source:
Type:
  • number | null

state :object

Source:
Properties:
Name Type Description
noBettingTimeCountdown boolean

Timer for no betting time

Type:
  • object

style :object

Source:

Configs for loader transformations

Type:
  • object

Methods

componentDidMount() → {void}

Source:

Start countdown on component mount

Returns:
Type
void

componentWillUnmount() → {void}

Source:

Clear interval

Returns:
Type
void

render() → {view}

Source:

Render

Returns:
Type
view

startCountDown() → {void}

Source:

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

Source:
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