API Docs for:
Show:

roll.RollView Class

A view for rolling the dice. It inherits from misc.BaseOverlay. It calls the "rollDice" method on its controller if the user clicks the "Roll" button.

Constructor

Methods

changeMessage

(
  • message
)

Updates the countdown message

Parameters:

  • message String

    the new countdown message

Returns:

void

closeModal

()

makes the overlay invisible

Returns:

void

setController

(
  • controller
)

sets the Controller for the view

Parameters:

Returns:

void

showModal

()

makes the overlay visible

Returns:

void