mixinafReflux::History
afReflux::History
@
Js
(Service) - Maintains a history of View URIs.
- clear
abstract Void clear()
Clears the history.
- history
abstract Resource[] history()
Returns a unique list of URIs visited.
abstract Void navBackward()
Loads the previous history item. Does nothing if there is no prev.
abstract Void navForward()
Loads the next history item. Does nothing if there is no next.