Functions to store and load basic values (strings or numbers), organized into objects:

  • Each object has a name
  • Each value can be accessed using a path-like string (for example: Root/Some folder/MyValueName), where each segment is separated by a slash.

These objects are persisted into the environment localStorage - which might not always be available (if not, objects won't be persisted).

Index

Functions