Helper function for local storage
- Source:
Methods
(static) getLastLocalState() → {any|Object}
Returns last saved state from browser storage
- Source:
Returns:
- Type
- any | Object
(static) saveLocalState(json)
Saves application state to browser storage
Parameters:
Name | Type | Description |
---|---|---|
json |
- Source: