onPersistToLocalStorage Event
Arguments
- eobject
An object that contains the following properties:
- successboolean
Indicates if the data was successfully saved to Local Storage. If true, data was saved. If false, data was not saved.
- modestring
Indicates what List action (e.g. 'populate', 'append', 'update', etc.) triggered the event.
Description
Fires after the List is persisted to Local Storage.
See Also