new RecoveryRouter(recovery) → {Object}
Recovery - Recovery Router Class
Parameters:
Name | Type | Description |
---|---|---|
recovery |
Object | The mathex.Recovery instance |
- Source:
- mathex/res-otto/js/mathex.js, line 1689
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:
- mathex/res-otto/js/mathex.js, line 1774
Returns:
void -
renderIndex()
Renders the recovery index
-
- Source:
- mathex/res-otto/js/mathex.js, line 1708
Returns:
void -
renderRecovery(index)
Renders one recovery item
-
Parameters:
Name Type Description index
Number the index of the item to be rendered - Source:
- mathex/res-otto/js/mathex.js, line 1730
Returns:
void -
start()
Starts the execution of the recovery
-
- Source:
- mathex/res-otto/js/mathex.js, line 1692
Returns:
void