The App the ManagerItem is attached to
The Config of the App the ManagerItem is attached to
The EventEmitter of the App the ManagerItem is attached to
The key to where ManagerItem is stored in an AdvancedManager
The AdvancedManager the ManagerItem is attached to
Get the current state
Get the last state (top of the history stack).
Get the previous state.
Add a state to HistoryManager and change the history pushState data based on the historyAction specified
Called on start of Service
Get a state based on it's index
Initializes the states array, and replace the history pushState data with the states array
Initialize events
Run after the Manager Item has been registered
Register the current Manager Item's manager
Replaces the states array with another states array, this is later used when going back and forward in page history
Stop Service
Stop events
Run before the ManagerItem has been unregistered
Basically removes a ManagerItem, in order to recover the ManagerItem, it needs to be re-added to an AdvancedManager
Generated using TypeDoc
Keeps a record of the history of the App; it stores only the states of Pages