Skip to main content
Version: 0.1.0

Local Storage

info

Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.

Description​

The LocalStorage object provides configuration for managing local storage within the Reference implementation system. It specifies how data should be stored and retrieved from the browser's local storage.

Example​

{
"storageKey": "steel_mill_1_dpps",
"keyPath": "/itemList/index/name"
}

Definitions​

PropertyRequiredDescriptionType
storageKeyYesThe key used to store and retrieve data in local storageString
keyPathYesJSON path to the unique identifier within the stored dataString