Class: RecoveryRouter

mathex. RecoveryRouter

handles the recovery navigation and rendering

new RecoveryRouter(recovery) → {Object}

Recovery - Recovery Router Class

Parameters:
Name Type Description
recovery Object The mathex.Recovery instance
Source:
Returns:
mathex.RecoveryRouter instance
Type
Object

Methods

goto(index)

Moves to another item

Parameters:
Name Type Description
index Number The index of the item to go to
Source:
Returns:
void

renderIndex()

Renders the recovery index

Source:
Returns:
void

renderRecovery(index)

Renders one recovery item

Parameters:
Name Type Description
index Number the index of the item to be rendered
Source:
Returns:
void

start()

Starts the execution of the recovery

Source:
Returns:
void