Persistent storage, stores everything on the server via AJAX, does a greedy load on read common functions get/set/clear
Helper function used to set a value which could have been a flat object key data["my.foo.bar"] to data[my][foo][bar] is called recursively by itself
the data to be used as base
the keyParts for the subtree
Checks if a key was set before, useful to not do all the undefined checks all the time
Loads the data from outside, only used for the initial call from BackendController
Loads all data from the server
Store data persistent on server
helper function used to set a value which could have been a flat object key data["my.foo.bar"] to data[my][foo][bar] is called recursively by itself
Stores data on the server, and gets the updated data on return to always be up-to-date inside the browser
Generated using TypeDoc
Clears the UC