mixinafReflux::History

afReflux::History

@Js

(Service) - Maintains a history of View URIs.

clear

Source

abstract Void clear()

Clears the history.

history

Source

abstract Resource[] history()

Returns a unique list of URIs visited.

Source

abstract Void navBackward()

Loads the previous history item. Does nothing if there is no prev.

Source

abstract Void navForward()

Loads the next history item. Does nothing if there is no next.